Adding an option to display the Report Header page

Most report criteria forms provide the user with an option to either display or hide the Report Header page of a report. The Report Header page typically displays the options that the system used when preparing and generating the report.

To add the option to display the Report Header page:

  1. Add a CheckBox component to the form and assign these properties:
    • Name: DisplayHeader
    • Component Class: DisplayHeaderVar

      Notice that setting this component class automatically creates and displays the check box label.

  2. Bind the check box to a variable with the same name (DisplayHeader). Assign this variable an Initial Value of: V(Parm_DisplayReportHeaders)
  3. Save the form.