I have a report with the following layout
PageHeader
GroupHeader - Repeat on every page
- SubReport
DetailsSection
- Table1
- Table2
- Table3
PageFooter
The subreport was sitting above Table1 within the DetailsSection, but I needed it to repeat on every page so it was moved to a GroupHeader with Expression "= True" with no databinding so that it will always group the report. The report is not databound, but Table1, Table2 and Table3 are bound to their own datasources.
My problem now is that my even pages are blank and I'm assuming a page break is being inserted before the GroupHeaders as this was not happening when the SubReport was in the detailSection.
The Keep Together is set to FALSE and PageBreak is set to NONE.
Is there any tricks that I can do to find out what issue is causing the pageBreak.
--------------------------------------------
Nevermind - The issue was with my table width exceeding the page width. All is right with the world.
PageHeader
GroupHeader - Repeat on every page
- SubReport
DetailsSection
- Table1
- Table2
- Table3
PageFooter
The subreport was sitting above Table1 within the DetailsSection, but I needed it to repeat on every page so it was moved to a GroupHeader with Expression "= True" with no databinding so that it will always group the report. The report is not databound, but Table1, Table2 and Table3 are bound to their own datasources.
My problem now is that my even pages are blank and I'm assuming a page break is being inserted before the GroupHeaders as this was not happening when the SubReport was in the detailSection.
The Keep Together is set to FALSE and PageBreak is set to NONE.
Is there any tricks that I can do to find out what issue is causing the pageBreak.
--------------------------------------------
Nevermind - The issue was with my table width exceeding the page width. All is right with the world.