Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeRefreshEaxGrid
OnBeforeRefreshEaxGrid(EaxGrid: IEaxGrid; Var Cancel: Boolean);
EaxGrid. Analytical data area to be refreshed.
Cancel. Indicates whether refreshing of analytical data area is canceled.
The OnBeforeRefreshEaxGrid method implements the event that occurs before refreshing an analytical data area.
Available values of the Cancel parameter:
True. Analytical data area will not be refreshed.
False. Analytical data area will be refreshed.
See also: