Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteDataIsland

ReportEvents.OnBeforeExecuteDataIsland

Syntax

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

Parameters

DataIsland. Regular report data area that has generated the event.

Cancel. Indicates whether regular report data area calculation is canceled.

Description

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

Comments

Available values of the Cancel parameter:

See also:

ReportEvents