can report builder move records horizontally instead of vertically in sub-report??? for example...i would like to display the 1st 5 records in column 1 and the next 5 records in column2....
Inside the subreport design, try setting the Report.Columns property to 2 and the DetailBand.PrintCount to 5 and see if that gives you the effect you want. If you would like the data to appear to travers horizontally like..
record1 record2 record3 record4 record5 record6
then you will need to set the DetailBand.ColumnTraversal to ctTopToBottom.
Comments
Inside the subreport design, try setting the Report.Columns property to 2
and the DetailBand.PrintCount to 5 and see if that gives you the effect you
want. If you would like the data to appear to travers horizontally like..
record1 record2
record3 record4
record5 record6
then you will need to set the DetailBand.ColumnTraversal to ctTopToBottom.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com