i have a question regarding the rendering of subreports. I noticed some great difference in rendering performance when using subreports. But let me explain in detail:
First of all i created a report with one data band on the main page Page1. I connected the data band to a business object and at runtime i registered a list with 60000 items to that business object. With that the report is rendered in about 13 sec with 958 pages. Everything fine so far.
Now i placed another data band on the main page and added a subreport to that data band which has no data connection. Now i moved the first data band (the one that is associated to the business object) from the main page to the subreport page.
- With that constellation
- Page1
- DataBand with no data association
- Subreport
- DataBand with business object
- Subreport
- DataBand with no data association
- Page1
In the end the output result of the 2 report variations is exactly the same. Is there a way to accelerate the rendering of the subreport data band?
Thanks and regards
Thorsten Pontow