Re: Using external report as a subreport
Posted: Thu Jan 02, 2025 12:29 pm
We have implemented our project in Java,
If I have a HeaderBand followed by a DataBand with data that fills multiple pages. When viewing the report the header appears correctly at the top of each page.
However if I now use this same report as an external SubReport loading it into a main report, when viewing the main report the header is only shown on the first page.
As of now i am using resources to feed the subReport into main report. but header is not displaying on every page(only on the firstPage),when data is rendering on more than one page.
If I have a HeaderBand followed by a DataBand with data that fills multiple pages. When viewing the report the header appears correctly at the top of each page.
However if I now use this same report as an external SubReport loading it into a main report, when viewing the main report the header is only shown on the first page.
As of now i am using resources to feed the subReport into main report. but header is not displaying on every page(only on the firstPage),when data is rendering on more than one page.