How would you go about displaying data in the detail band sideways. I would like to have certain things print beside each other instead of the current line printing(Down)
Printing data horizontally can be done using horizontal columns. Set the Report.Columns property to the number of records you would like to see horizontally and set the DetailBand.ColumnTraversal property to ctLeftToRight.
Do you mean in the page setup/layout? Also when I change the column it changes the width of the group band above and bellow the detail band. I would like to change just the detail band.
Horizontal traversal is somewhat limited in ReportBuilder. You can set the columns of a subreport to print with horizontal columns if you would like to separate how the master and detail records display.
If you need a band to stretch across the entire page with a columnar report, your best bet is to set the group to start a new page each time it breaks and use the Header and Footer bands to hold the information.
Comments
Printing data horizontally can be done using horizontal columns. Set the
Report.Columns property to the number of records you would like to see
horizontally and set the DetailBand.ColumnTraversal property to
ctLeftToRight.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Also when I change the column it changes the width of the group band above
and bellow the detail band.
I would like to change just the detail band.
down....
columns of a subreport to print with horizontal columns if you would like to
separate how the master and detail records display.
If you need a band to stretch across the entire page with a columnar report,
your best bet is to set the group to start a new page each time it breaks
and use the Header and Footer bands to hold the information.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com