I have a report with a detail section, a pagefooter with pagenumber and a report footer. A subreport with a reportheader, detail section and reportfooter is part of the detailsection of the mainreport.
When there are to many lines in the detail section of the subreport, the reportfooter of the main report prints on a second page.
I want that in that case also the reportfooter of the subreport prints on that second page. I forced a pagebreak in the reportfooter section of the subreport, which I turn on visible if the number of pages in the mainreport > 1. But is doesn't work, even with mypagebreak.visible = true, there is no pagebreak on that place in my report.
When there are to many lines in the detail section of the subreport, the reportfooter of the main report prints on a second page.
I want that in that case also the reportfooter of the subreport prints on that second page. I forced a pagebreak in the reportfooter section of the subreport, which I turn on visible if the number of pages in the mainreport > 1. But is doesn't work, even with mypagebreak.visible = true, there is no pagebreak on that place in my report.