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???
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).
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com