Sub OnBeforeExecuteFormulaIsland(Sender: Object; Args: IUiPrxFormulaIslandCancelEventArgs);
Begin
//set of operators;
End Sub OnBeforeExecuteFormulaIsland;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeforeExecuteFormulaIsland occurs before calculating a regular report formula area.
The IUiPrxFormulaIslandCancelEventArgs.Cancel property of the event argument can be used to allow or deny formula area calculation.
See also: