Report Builder Detail with columns instead of rows
Is it possible to have a detail band print its data on a column based
approach instead of row.
I know I have a limited number of data (16 rows) but something close to 30
info/column per each one - so I want to layout the report with the data
being the columns, not the rows on something like that:
Code: 01 02 03
Code1: AA BB CC
Code2: AB BC CD
My RBuilder is version 11, with Delphi 7.
Thank you
approach instead of row.
I know I have a limited number of data (16 rows) but something close to 30
info/column per each one - so I want to layout the report with the data
being the columns, not the rows on something like that:
Code: 01 02 03
Code1: AA BB CC
Code2: AB BC CD
My RBuilder is version 11, with Delphi 7.
Thank you
This discussion has been closed.
Comments
I think you may mean you would like horizontal rows instead of columns .
To have a report show data horizontally as your example implies, you will
need to create horizontal columns. First assign a number of columns using
the Report.Columns property, then set the DetailBand.ColumnTraversal
property to ctHoriztonal.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
spreadsheet style report and includes downloadable code.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Layouts/How_To...Create_a_Spread_Sheet_Style_Report
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com