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

SubReference

edited November 2001 in General
Hi all,

I studied the tech tip SubReference today.

Is it possible to use only one report (for instance ppReport1 as a template)
and use only this one with different pipelines and tables?

Example:

The first subreport contains all companies in Boston.
The second subreport contains all companies in New York.
The second subreport contains all companies in LA. ......

The template ppReport1 is in all cases pretty much the same and should load
via templates out of a database.


Cheers

Martin Cremer

Comments

  • edited November 2001
    The demo uses two reports on the form and creates a report and subreports at
    runtime. You'll won't need to instantiate multiple TppReports only to load
    the template from the database for each subreport. Just create one TppReport
    and create a few subreports in this report. Dynamically load each template
    directly into a subreport of the main report. Sure you can change the data
    access components as you load and print each report from the database.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.