Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeRefreshEaxGrid

ReportEvents.OnBeforeRefreshEaxGrid

Syntax

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

Parameters

EaxGrid. Analytical data area to be refreshed.

Cancel. Indicates whether refreshing of analytical data area is canceled.

Description

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

Comments

Available values of the Cancel parameter:

See also:

ReportEvents