Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ttcrissy
Starting Member
8 Posts |
Posted - 2004-10-05 : 07:58:44
|
HiI want to make a subreport that displays it's content (3 fields) on 2 columns (like those in the newspaper). Has anybody tried/succeeded?I managed to put content on 2 columns, but only in the main report. If I make the settings for the subreport, the main report cannot see any changes.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-05 : 13:23:51
|
I have embedded a report in another report. So you just want this subreport to be embedded in a table in the main report? And you want the 3 fields of the subreport to be displayed in 2 columns in the table in the main report? Have you tried just merging the two columns into one and placing the subreport in there?Tara |
 |
|
graabein
Starting Member
16 Posts |
Posted - 2005-01-26 : 05:41:47
|
I have tried setting the report body property columns = 2 but I do not get the intended result. This is in the main report. The table in the report body contains one string column. I have tried varying the table width and body width. I view it in print preview and it just turns out wrong. Can anyone put down the needed propetry values for body, table, table column etc? This is really annoying.Cheers,Graabein |
 |
|
|
|
|