IUiPrxFormulaIslandEventArgs.FormulaIsland

Syntax

FormulaIsland: IPrxFormulaIsland;

Description

The FormulaIsland property returns the calculated report formula area.

Example

The example considers an event that occurs after calculation of the formula area.

Sub EventOnAfterExecuteFormulaIsland(Args: IUiPrxFormulaIslandEventArgs);
Begin
    WinApplication.InformationBox("Formula area: " + Args.FormulaIsland.Id);
End Sub EventOnAfterExecuteFormulaIsland;

After the event occurs, an information message containing identifier of the formula area is displayed.

See also:

IUiPrxFormulaIslandEventArgs