ReportEvents.OnBeforeExecuteDataIsland

Syntax

Sub OnBeforeExecuteDataIsland(DataIsland: IPrxDataIsland; Var Cancel: Boolean);

Begin

// set of operators

End Sub OnBeforeExecuteDataIsland;

Parameters

DataIsland - data area of the regular report that has generated the event.

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

Description

The OnBeforeExecuteDataIsland method implements the event that occurs before calculation of a data area of the regular report.

See also:

ReportEvents