Displaying report parameters for the complex report

The selected parameter values can be displayed in the report results page.

  1. Click Pages and select Report Page.
  2. Select the block below the report title.
    Note: You can verify the correct block is selected by checking that its Block variable property is set to ShowParameters.
  3. Select the Yes in the Current Block property.
    The parameter values table is displayed.
  4. Add the Start Date parameter to the table:
    1. Click Toolbox and drag a Text item object to the first cell in the table.
    2. Specify Start Date: and click OK.
    3. Expand Textual and drag a Layout calculation object into the second cell in the table.
      The Report Expression window is displayed.
    4. In the Available Components pane, click Parameters and double-click the Start Date parameter.
      ParamDisplayValue('Start Date') is displayed in the Expression Definition pane.
    5. Click OK.
  5. Add the End Date parameter to the table:
    1. Click Toolbox and drag a Text item object to the third cell in the table.
    2. Specify End Date: and click OK.
    3. Drag a Layout calculation object into the forth cell in the table.
      The Report Expression window is displayed.
    4. In the Available Components pane, click Parameters and double-click the End Date parameter.
      ParamDisplayValue('End Date') is displayed in the Expression Definition pane.
    5. Click OK.
  6. Add the Store parameter to the table:
    1. Click Toolbox and drag a Text item object to the first cell in second row of the table.
    2. Specify Store: and click OK.
    3. Drag a Layout calculation object into the second cell in the second row of the table.
      The Report Expression window is displayed.
    4. In the Available Components pane, click Parameters and double-click the Store parameter.
      ParamDisplayValue('Store') is displayed in the Expression Definition pane.
    5. Click OK.