I've created a report that is basically a shell to house several subreports. The main report consists of a bunch of Report Header sections each housing a subreport and a page footer setion that I want to display the page number. All other sections of the main report are suppressed.
The user selects which subreports they want displayed and in code I suppress each section that contains a subreport that was not selected.
The problem is that the page footer only displays on the last page of the report. do you have any suggestions?