Composite Reports - need help
Hi,
I'm using FR 4.6 and have a problem :
The user should be able to print or export multi-page reports with previously selected datasets.
My solution was to do 2 shortcuts: 1 is to "mark" (or add) a dataset for reporting (-> Doing a PrepareReport(false) on the fR-component).
2 is "Finish/Preview Combined report" (do a ShowPreparedReport on the fR-component).
This function should be reusable, so: How do I clear the last collected pages, if the user uses this function the 2nd time and so on ?
I always get the pages from an old selection in the secondly generated combined report too...
I'm using FR 4.6 and have a problem :
The user should be able to print or export multi-page reports with previously selected datasets.
My solution was to do 2 shortcuts: 1 is to "mark" (or add) a dataset for reporting (-> Doing a PrepareReport(false) on the fR-component).
2 is "Finish/Preview Combined report" (do a ShowPreparedReport on the fR-component).
This function should be reusable, so: How do I clear the last collected pages, if the user uses this function the 2nd time and so on ?
I always get the pages from an old selection in the secondly generated combined report too...