Export mult. reports to one pdf using CrystalRuntime.Application
Is there a way to execute one report multiple times and export each one page report to a single pdf?
The reason I need to excuted multiple reports is because there is a dynamic OLE object that changes in the report.
Thanks.
Re: Export mult. reports to one pdf using CrystalRuntime.Application
Quote:
Originally Posted by circusfit
Is there a way to execute one report multiple times and export each one page report to a single pdf?
The reason I need to excuted multiple reports is because there is a dynamic OLE object that changes in the report.
Thanks.
Have you tried placing the report execution within a For/Next loop in which you loop through it X number of times for the number of times you want the report executed?
Re: Export mult. reports to one pdf using CrystalRuntime.Application
Well, I think I would have to export the report every time I run through the loop. I have it creating multiple pdf-s with a loop. However, the client was looking for more of a one pdf file catalog.