ReportEvents.OnBeforeTransferDataEaxGrid

Syntax

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

Parameters

EaxGrid. The parameter that returns the analytical data area that generated event

Cancel. The parameter that determines whether the event is fired. The property is set to False by default.

Description

The OnBeforeTransferDataEaxGrid method implements the event that occurs before saving changed values of the analytical data area.

Comments

On calling the method, the IPrxReportUserEvents.EventOnBeforeTransferDataEaxGrid event that can be redefined, if required, is processed in parallel.

Example

The property use is given in the example for IPrxReportUserEvents.EventOnBeforeTransferDataEaxGrid.

See also:

ReportEvents