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
Create a reportTo display information in a report footer
- In Project view and expand the Reports# object that contains the footer that you want to configure.
-
Right-click PanelSection# and then select .
Label# appears.
- Select Label#.
-
In Properties, in Text, select
Add Dynamic Link.
- In the Dynamic Link Editor, navigate to expand the Report# object.
-
Under Footer, select a variable to link dynamically to the Text property:
- 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.
- Choose Select.