Configuring Report Paging in the Report DesignerLast Updated: 08/12/2016 Introduced in Verision: 2.0 |
Report Paging sets how many rows of data display on each page in a report. Paging can be set in the Report Designer or in the Page Designer.
To set up report paging in the Report Designer, in the Properties Panel, in the Results section, enter the number of rows in the Row Per Page field.
Example
The goal of this example is to:
- Create a report.
- Set the number of rows to display on each page.
To begin, navigate to a Designer Folder, click the Create Report button, then select Create Report.
Give the report a name and click Ok to open it in the Report Designer.
First, add a data source to the report. In the Toolbox Panel, expand the Data Sources > Common category and drag a Folder Data Source component to the Sources list.
Next, add columns to the report. In the Folder Data Source category drag an Entity Name component to the workspace.
Select and drag a Folder Type Name component and a Nesting Level component to the workspace.
Select the workspace and when the Properties Panel opens, go to the Results section, in the Rows Per Page field, enter the number of rows that each report page should display.
Save the report and close the Report Designer.
To view the report, click the report’s thumbnail and select Run Report from its Action menu.
A Paging Bar displays at the top of the report. It displays the current page, total pages, and arrows for easy navigation.