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 report
To display information in a report footer
  1. In Project view and expand the Reports# object that contains the footer that you want to configure.
  2. Right-click PanelSection# and then select New > Label.
    Label# appears.
  3. Select Label#.
  4. In Properties, in Text, select  Add Dynamic Link.
  5. In the Dynamic Link Editor, navigate to expand the Report# object.
  6. 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.
  7. Choose Select.