"tabular vertical" layout for report wizard
Hi,
I wrote a custom wizard and now want to offer a new layout which should
be a mixture betweeen the existing vertical and tabular layout. I need
to display the field names on the left and all the values to their right
so it becomes tabular vertical so to say.
Therefore I had a look at the exisiting layout definitions and am
wondering now how to get all the values for 1 field first, then the next
set of values for the second field etc. to be able to realise this new
layout?! Is this possible somehow?
Cheers
Merrit
I wrote a custom wizard and now want to offer a new layout which should
be a mixture betweeen the existing vertical and tabular layout. I need
to display the field names on the left and all the values to their right
so it becomes tabular vertical so to say.
Therefore I had a look at the exisiting layout definitions and am
wondering now how to get all the values for 1 field first, then the next
set of values for the second field etc. to be able to realise this new
layout?! Is this possible somehow?
Cheers
Merrit
This discussion has been closed.
Comments
ReportBuilder is not designed to display data traversed horizontally. You
could get to this effect by creating Left To Right traversing columns. This
however is a very restricted feature in ReportBuilder and should only be
used with simple reports.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
do you have an example of how to this with the columns? I'd like to give
it a try...
Thanks
Merrit
It is simply a matter of creating a multiple column report and setting the
ColumnTraversal property of the DetailBand to ctLeftToRight. Be aware
however that this is a very limited feature in ReportBuilder. Intermediate
to advanced reports containing multiple groups and subreports tend to cause
problems.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This did the trick... Can I specify only to display the field names in
the first column?
Cheers
Merrit
ReportBuilder. You can try placing the field name to the left side of the
detail band and set it's visibility to false when you print the second -
last record as a workaround.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com