ReportEvents.OnBeforeRefreshEaxGrid

Syntax

Sub OnBeforeRefreshEaxGrid(EaxGrid: IEaxGrid; Var Cancel: Boolean);

Begin

// set of operators

End Sub OnBeforeRefreshEaxGrid;

Parameters

EaxGrid. Analytical data area to be refreshed.

Cancel. Indicates whether one can refresh an analytical data area.

Description

The OnBeforeRefreshEaxGrid method implements the event that occurs before refreshing an analytical data area.

Comments

If the Cancel parameter is set to True, an analytical data area will be refreshed. If the parameter is set to False, the refresh is canceled.

See also:

ReportEvents