Refreshing Page Report Data Automatically
When running a page report in Page Report Studio, you can ask Logi JReport to automatically refresh the report data at certain interval. To achieve this, you need to run the report with run.jsp and add the following two properties in the URL:
- jrs.auto_refresh_data=true
Specifies to automatically refresh the report data. - jrs.auto_refresh_data_time=[a number in seconds]
Specifies the time interval at which to refresh the report data.
The following is a URL example:
http://localhost:8888/webos/app/pagestudio/run.jsp?jrs.report=%2fSampleReports%2fCustomerAnalysis.cls&jrs.catalog=%2fSampleReports%2fSampleReports.cat&jrs.auto_refresh_data=true&jrs.auto_refresh_data_time=10