BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi All. I am trying to use the columns element property of the body section to produce more than one column, in this case two. I have downloaded the sample code associated with this chapter (3) and opened the report "Contact_List_1". The report renders ok but does not seem to use the second column. Am I missing the point or can someone help me determine what this is doing.
I am trying to produce a dual column report, similar to that observed in newspapers.
Hi All, I have figured out the problem, it was column width, even though I had built the report within 18cm of the report, the combination of report size and MARGINS, forced the column information to go wrong.
Thank