Hi all,
I have a problem with combination of group bands and page footer band.
Attached is a sample which produces report with one extra blank page at the begin of the report.
The blank page is not printed when:
- page footer band is removed
- page footer is set not to print on first page
- all data in group fits to one page
Any idea?
Thanks
Pavel
Problem with combination of group band and page footer
Problem with combination of group band and page footer
- Attachments
-
- Stiproblem.zip
- (4.26 MiB) Downloaded 219 times
Re: Problem with combination of group band and page footer
Hello.
Please, set the Keep Group Header Together property of the GroupHeaderBand1 to False.
This property keeps first line of MasterData band with all detail bands. If there is not enough space on the current page, all bands are move to the other page. Then the Master with all details are broken to different pages forcibly.
Thank you.
Please, set the Keep Group Header Together property of the GroupHeaderBand1 to False.
This property keeps first line of MasterData band with all detail bands. If there is not enough space on the current page, all bands are move to the other page. Then the Master with all details are broken to different pages forcibly.
Thank you.