SubReference
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com