Sub OnBeforePrintReport(Report: IPrxReport, Var Cancel: Boolean);
Begin
// set of operators
End Sub OnBeforePrintReport;
Report - the regular report that has generated the event.
Cancel - this parameter determines printing of a regular report sheet. When this parameter is set to True, the regular report is not printed, when it is set to False, the report is to be printed.
The OnBeforePrintReport method implements the event that occurs before printing the regular report.
See also: