Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteFormulaIsland

ReportEvents.OnBeforeExecuteFormulaIsland

Syntax

OnBeforeExecuteFormulaIsland(FormulaIsland: IPrxFormulaIsland; Var Cancel: Boolean);

Parameters

FormulaIsland. The formula area that will be calculated.

Cancel. Indicates whether a formula area is calculated.

Description

The OnBeforeExecuteFormulaIsland method implements the event that occurs before calculating a formula area.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents