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
  1. To display information in a report footer
  2. In
    Project view
    and expand the
    Reports#
    object that contains the footer that you want to configure.
  3. Right-click
    PanelSection#
    and then select
    New > Label
    .
    Label#
    appears.
  4. Select
    Label#
    .
  5. In
    Properties
    , in
    Text
    , select Add
    Dynamic Link
    .
  6. In the Dynamic Link Editor, navigate to expand the
    Report#
    object.
  7. Under
    Footer
    , select a variable to dynamically link 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.
  8. Click
    Select
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.