UiReport.OnBeforeExecuteFormulaIsland

Syntax

Sub OnBeforeExecuteFormulaIsland(Sender: Object; Args: IUiPrxFormulaIslandCancelEventArgs);

Begin

//set of operators;

End Sub OnBeforeExecuteFormulaIsland;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeExecuteFormulaIsland occurs before calculating a regular report formula area.

Comments

The IUiPrxFormulaIslandCancelEventArgs.Cancel property of the event argument can be used to allow or deny formula area calculation.

See also:

UiReport