ReportEvents.OnBeforeTransferDataSheet

Syntax

Sub OnBeforeTransferDataSheet(Sheet: IPrxSheet; Var Cancel: Boolean);

Begin

//set of operators;

End Sub OnBeforeTransferDataSheet;

Parameters

Sheet - the report sheet that has generated the event.

Cancel - this parameter determines data saving. When this parameter is set to True, the changed data is not saved, when the parameter is set to False, the data is saved.

Description

The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet.

See also:

ReportEvents