You can schedule a page-level security report as a normal report. However, there are some differences between the formats in which the report is to be published.
When you schedule a task to publish a report with PLS to the HTML and/or DHTML formats to the versioning system, the scheduled result depends on the mode which is controlled by the property server.enable.pagelevelsecurity in server.properties in <install_root>\bin:
server.enable.pagelevelsecurity=true as default, the scheduled result includes all pages. Then when end users view the result, they will be displayed the pages they are privileged to see according to the PLS setting in the report. They can perform interactive actions on the scheduled DHTML result as on other DHTML result, and the formulas, summaries and other similar data will be recalculated based on the privileged data.
Note: If the report is PLS and RLS/CLS mixed, then when other users other than the user who did the scheduling view the scheduled HTML or DHTML result, a blank page is displayed.
server.enable.pagelevelsecurity=false, the scheduled result only contains the pages that the user who did the scheduling is allowed to see.When you schedule a report with PLS to publish it to e-mail, there is a slight difference. JReport Enterprise Server supports a multiple mail feature which enables sending the results of page-level security reports directly to each user who is authorized to view the report.
Assuming that the catalog and report set containing the report have been published to JReport Enterprise Server, and two users admin and jennifer both have the permission to view the report. The following procedure shows how to schedule a task on a page-level security report to be published to e-mail.
JReport Enterprise Server will get the e-mail addresses from the user accounts, and then send the report result to admin and jennifer, with the contents in accord with their access right to the report.
Note: Before publishing to e-mail, make sure you have input the e-mail addresses of the users when configuring JReport Enterprise Server. To do this:
When scheduling a report with PLS to other formats, the scheduled result only contains the pages that the user who does the schedule is allowed to see.