Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforePrintReport
OnBeforePrintReport(Report: IPrxReport, Var Cancel: Boolean);
Report. The regular report that generated the event
Cancel. Indicates whether regular report printing is canceled.
The OnBeforePrintReport method implements the event that occurs before printing the regular report.
Available values of the Cancel parameter:
True. Regular report will not be printed.
False. Regular report will be printed.
See also: