ReportEvents.OnBeforeExecuteReport

Syntax

Sub OnBeforeExecuteReport(Report: IPrxReport; Var Cancel: Boolean);

Begin

// set of operators

End Sub OnBeforeExecuteReport;

Parameters

Report - the regular report that has generated the event.

Cancel - this parameter determines calculation of a regular report. When this parameter is set to True, the regular report is not calculated, when it is set to False, the report is calculated.

Description

The OnBeforeExecuteReport method implements the event that occurs before calculation of the regular report.

See also:

ReportEvents