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

Multi-SubReport Report

edited February 2002 in General
Greetings -

I am usign Delphi 6, with RB 6 - standard ed

I have a report that is basically 4 subreports.

I would like it so that one report prints in landscape while the others
print in portrait.

However, when I put the reports on the form, and preview it, it seems like
they appear on top of each other.

Is there a way for these reports to show on seperate pages, and to change
the orientation?

Thanks in advance...

Christopher Kiraly
ckiraly@softeksoftware.com

Comments

  • edited February 2002
    Change the subreport's PrintBehavior property to pbSection. This will force
    them print on a new page. Then you can change the subreport's PrinterSetup
    property so that they can print landscape or portrait.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited February 2002
    > Change the subreport's PrintBehavior property to pbSection. This will
    force

    Hi Jim -

    Okay - I went in on each subreport and changed the property to pbSection
    like you said.

    The first subreport is now set to Landscape, and the other three are set to
    Portrait.

    Now all that happens is that subreport 1 (landscape) shows on the first
    page - and that's it, no other pages show up.

    Any other ideas?

    Thanks in advance...

    - Chris Kiraly
    ckiraly@softeksoftware.com
  • edited February 2002
    Try running demo 51 in RBuilder\Demos\1. Reports\

    This report contains portrait and landscape portions. It previews and prints
    for us...

    Cheers,

    --
    Tom Ollar
    Digital Metaphors Corporation
This discussion has been closed.