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

Print Details horizontally

edited August 2003 in General
Hi all,


Ho to print detail informations horizontally ?


greatings


Astner Klaus

Comments

  • edited August 2003
    Hi Astner,

    You can do this by creating your report with columns and setting your
    Report.DetailBand.ColumnTraversal := ctLeftToRight. This is a published
    property so it can be set in the Object Inspector. This will cause each
    record to display in a new column horizontally. Below is an example that
    may help you.

    http://www.digital-metaphors.com/tips/HorizontalColumnInSubReport.zip

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2003
    How to insert the ColumnHeaderBand ?


  • edited August 2003
    I tryed,

    my only problem now is it, that I have to make the settings in
    Repoertdesigner, without ObjectInspector. But there It can't set the Columns
    and Comlumnswidth to 4 and 2. And also the ColumnsTraversal I can't edit.

    How to do ?



    greatings


    Klaus




  • edited August 2003
    Hi Klaus,

    You can access the column options directly from the designer by selecting
    the File | Page Setup menu option, then clicking over to the Layout tab.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2003
    Hi Klaus,

    You are given one ColumnHeaderBand and one ColumnFooterBand when creating
    columns. If you need another band for a column, you will need to create a
    group and use the group header or footer.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2003
    This ist perfectly that I searched



    Mille Grazie
    Thank you






This discussion has been closed.