PRINT_ALLOWED, SAVE_ALLOWED and EXPORT_ALLOWED parameters.
These three settings will determine if the reports will be allowed to print, save or/and export.
The default values are Y for them and they will only work with the report viewer. The print server won't pay attention to these settings.
Example:
SAVE_ALLOWED=N
PRINT_ALLOWED=N
EXPORT_ALLOWED=N
The example above will show a report to a user but the report will not be allowed to print, save or export. This will be useful
for example if the viewer is showing an invoice that should not be reprinted.
Even when the print server won't attempt to save and export reports, it will print the reports even if PRINT_ALLOWED is set to N.
|