Posted 14 August 2019, 3:54 am EST
Hello,
Height of each section is count in Format event of section. The sequence to of firing of Format event of PageHeader, PageFooter, Detail section as below:
PageHeader_Format> Detail_Format> PageFooter_Format
If you add the page count/total in Page Header then ActiveReports must determine the total or page count of the sections before it can render the header section which slows the process.
If you add the page count/total in Pag Footer then the height of other section is already calculated in other section which helps in increasing performance as compared to when you add the page count in the header section.
Hope it clarifies.
Thanks.