Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

"tabular vertical" layout for report wizard

edited June 2007 in General
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

Comments

  • edited June 2007
    Hi Merrit,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    Hi Nico,

    do you have an example of how to this with the columns? I'd like to give
    it a try...

    Thanks
    Merrit


  • edited June 2007
    Hi 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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    Thanks,

    This did the trick... Can I specify only to display the field names in
    the first column?

    Cheers
    Merrit


  • edited June 2007
    There is no concept of a column header with horizontal columns in
    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.