Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteTableIsland

ReportEvents.OnBeforeExecuteTableIsland

Syntax

OnBeforeExecuteTableIsland(TableIsland: IPrxTableIsland; Var Cancel: Boolean);

Parameters

TableIsland. Relational data area that generated the event.

Cancel. Indicates whether relational data area calculation is canceled.

Description

The OnBeforeExecuteTableIsland method implements the event that occurs before calculation of the relational data area.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents