Repeating a name across a detail group
I have a list of names associated with a unique Committee ID. I want to display the names in the detail as follows:
Person A Person B
Person C Person D
instead of :
Person A
Person B
Person C
Person D
How can I arrange the names to repeat across horizontally??? Thanks.
May 16th, 2011 11:30am
Hi,
Are you refering to this blog article regarding horizontal tables?
http://blogs.msdn.com/chrishays/archive/2004/07/23/HorizontalTables.aspx
In your case it looks like you don't really have horizontal tables, but you rather would like multiple columns per page. In report designer, you can select the "Report" menu -> Report Properties -> Layout and set the number of "Columns" of the report.
However, keep in mind that multiple columns per page are e.g. not supported in HTML output.
Thanks
KumarKG, MCTS
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2011 11:41am
Thanks. Your response pointed me in the right direction.
May 17th, 2011 9:02am