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