Displaying report parameters for the complex report
The selected parameter values can be displayed in the report results page.
- Click Report > Pages > Report Page.
- Select the block below the report title. 
           Note: You can verify the correct block is selected by checking that itsBlock variableproperty is set to ShowParameters.
- Select the Yes in the Current Blockproperty.The parameter values table is displayed.
- Add the Start Dateparameter to the table:- Click Toolbox and drag a Text item object to the first cell in the table.
- Specify Start Date: and click OK.
- Expand Textual and drag a Layout calculation object into the second cell in the table.
             The Report Expression window is displayed.
- In the Available Components pane, click Parameters and double-click the Start Date parameter.
             ParamDisplayValue('Start Date')is displayed in the Expression Definition pane.
- Click OK.
 
- Add the End Dateparameter to the table:- Click Toolbox and drag a Text item object to the third cell in the table.
- Specify End Date: and click OK.
- Drag a Layout calculation object into the forth cell in the table.
             The Report Expression window is displayed.
- In the Available Components pane, click Parameters and double-click the End Date parameter.
             ParamDisplayValue('End Date')is displayed in the Expression Definition pane.
- Click OK.
 
- Add the Storeparameter to the table:- Click Toolbox and drag a Text item object to the first cell in second row of the table.
- Specify Store: and click OK.
- Drag a Layout calculation object into the second cell in the second row of the table.
             The Report Expression window is displayed.
- In the Available Components pane, click Parameters and double-click the Store parameter.
             ParamDisplayValue('Store')is displayed in the Expression Definition pane.
- Click OK.