UiReport.OnBeforeExecuteTableIsland

Syntax

Sub OnBeforeExecuteTableIsland(Sender: Object; Args: IUiPrxTableIslandCancelEventArgs);

Begin

//set of operators;

End Sub OnBeforeExecuteTableIsland;

Parameters

Sender - a parameter that returns the component that has generated the event.

Args - a parameter, which enables the user to determine event parameters.

Description

The OnBeforeExecuteTableIsland event occurs prior to calculating a relational data area.

See also:

UiReport