Portal Properties: Format and Portal Customizations > Customizing the Maximum Number of Rows for Tabular Reports
  
Version 10.2.01P10
Customizing the Maximum Number of Rows for Tabular Reports
For tabular reports, the default display is 1000 rows. Use the portal.properties file to change the default value for the number of rows to display for all Portal users.
Note: If the number of rows displayed is excessive, for example 10,000, browsers may have issues rendering that amount of data.
The portal.properties file is located here:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
1. Add the following line:
portal.report.pageSize=<new value>
The new value cannot contain commas or decimal points.
2. Restart the Tomcat Portal services after making your modification.