Display information in a report footer
    Insert the page count, page number, and print time properties in a Reports object to display this information in the PDF. Dynamically link the Text property of a Label to access report properties.  Add a label to a panel section in the report to access the properties.
Prerequisites
- To display information in a report footer
 - InProject viewand expand theReports#object that contains the footer that you want to configure.
 - Right-clickPanelSection#and then select .Label#appears.
 - SelectLabel#.
 - InProperties, inText, select.
 Add Dynamic Link - In the Dynamic Link Editor, navigate to expand theReport#object.
 - UnderFooter, select a variable to link dynamically to theTextproperty:
- Page count. Display the number of pages in the report in the footer.
 - Page number. Display the current page number in the footer.
 - Print time. Display the time the PDF was generated in the footer.
 
 - ChooseSelect.
 
Provide Feedback