SarahVandenbroucke
Programmer
On my report I have a Page Header that should only be suppressed on the last page that contains the Report Footer. The problem is that in the report I reset the page number after a group, so I have no idea what the last page is, because TotalPageCount gives the number of pages of each group.
Is there any way you can know the total page count of the entire report and the actual page number of a page when you are working with the option 'reset page number after'? Because then I could suppress the Page Header when PageNumber = TotalPageCount...
Or is it possible to suppress that Page Header on the page the Report Footer is printed?
Many thanks!
Is there any way you can know the total page count of the entire report and the actual page number of a page when you are working with the option 'reset page number after'? Because then I could suppress the Page Header when PageNumber = TotalPageCount...
Or is it possible to suppress that Page Header on the page the Report Footer is printed?
Many thanks!