It is possible to merge multiple reports together using section style subreports. If you have multiple templates, you can dynamically create these subreports and place them into the empty detail band of your main report and export them to one PDF file.
Hi Nico, thats is very good idea, thank you! But i have a problem to realize it. Have you a example for this: "create dynamically a subreports and place them into the empty detail"
Check out the articles in the Code Based thread of the Tech Tips newsgroup. There is an article on creating subreports in code. You will want to set the Subreport.PrintBehavior to pbSection.
I recommend first creating a sample report using the designer and then convert it to be created by code.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
It is possible to merge multiple reports together using section style
subreports. If you have multiple templates, you can dynamically create
these subreports and place them into the empty detail band of your main
report and export them to one PDF file.
One other way to merge multiple reports is to use the Archive Merge Utility,
available from our web site.
http://www.digital-metaphors.com/download/report_component_library.html
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thats is very good idea, thank you!
But i have a problem to realize it.
Have you a example for this:
"create dynamically a subreports and place them into the empty detail"
Regards,
Peter
Check out the articles in the Code Based thread of the Tech Tips newsgroup.
There is an article on creating subreports in code. You will want to set the
Subreport.PrintBehavior to pbSection.
I recommend first creating a sample report using the designer and then
convert it to be created by code.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com