Show contents 

Report > Report Assembly Classes > UiReport > UiReport.OnBeforeExecuteFormulaIsland

UiReport.OnBeforeExecuteFormulaIsland

Syntax

OnBeforeExecuteFormulaIsland(Sender: Object; Args: IUiPrxFormulaIslandCancelEventArgs);

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