Home End User

Merge reports

edited March 2003 in End User
Hi, that's the question:

There may be times when you find it necessary to create several individual
reports, but the user needs to be able to preview them all as one unit.
How i can do???

Thanks in advances

Roberto

Comments

  • edited March 2003
    You'll need to use report templates if you aren't using them already. Create
    a new empty report and drop TppSubreport objects in the detail band of the
    main report. Then load the individual report templates inside each
    subreport. Now set each subreport to be a Subreport.PrintBehavior =
    pbSection. This way you can use hte main report as a container for many
    reports. Do not connect a pipeline to the main report. See the main reports
    demo project for an example of a driver-style report (demos #51 and 52).


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.