GroupHeader1 not printing on all pages
Posted: Sun Oct 06, 2013 4:12 am
I have a report laid out like:
GroupHeaderBand1 (Print On All Pages=True)
DataBand1 (datasource from MySQL database with filter criteria)
DataBand2 (same datasource as DataBand1 but with a different filter criteria)
PageFooterBand1 (Print On All Pages=True)
For some reason, when DataBand2 continues onto a second page, GroupHeaderBand1 does not print on the second page. So, the rendered report looks like this:
for record group 1:
Header
Data1
Data1
Data2
Data2
Footer
[page break]
for record group 2:
Header
Data1
Data2
Data2
Data2
Footer
[page break]
Data2
Data2
Footer
(notice there is no Header on the second page for group 2).
GroupHeaderBand1 (Print On All Pages=True)
DataBand1 (datasource from MySQL database with filter criteria)
DataBand2 (same datasource as DataBand1 but with a different filter criteria)
PageFooterBand1 (Print On All Pages=True)
For some reason, when DataBand2 continues onto a second page, GroupHeaderBand1 does not print on the second page. So, the rendered report looks like this:
for record group 1:
Header
Data1
Data1
Data2
Data2
Footer
[page break]
for record group 2:
Header
Data1
Data2
Data2
Data2
Footer
[page break]
Data2
Data2
Footer
(notice there is no Header on the second page for group 2).