Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteFormulaIsland
OnBeforeExecuteFormulaIsland(FormulaIsland: IPrxFormulaIsland; Var Cancel: Boolean);
FormulaIsland. The formula area that will be calculated.
Cancel. Indicates whether a formula area is calculated.
The OnBeforeExecuteFormulaIsland method implements the event that occurs before calculating a formula area.
Available values of the Cancel parameter:
True. Formula area will be not be calculated.
False. Formula area will be calculated.
See also: