Posted 29 January 2019, 5:20 pm EST
We have a main report that prints one to many records for a Customer, and we want the Page Footer to display at the bottom, at that works just fine. After all records for a Customer are done printing, we active a subreport in the GroupFooter for that section. I would like the “main” report’s Page Footer to be “suppressed” while that subreport is being printed.
I’ve tried experimenting with some flags set during the GroupFooter Format event and GroupFooter AfterPrint event. They work in that the Page Footer is not shown during the subreport. However, the subreport rolls onto additional pages (leaves space) as if the Page Footer was still visible.
At what point can I set the Page Footer Visible = False and have the subreport use all available space on the page?