Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeTransferData

ReportEvents.OnBeforeTransferData

Syntax

OnBeforeTransferData(Report: IPrxReport; Var Cancel: Boolean);

Parameters

Report. The regular report that generated the event

Cancel. Indicates whether data saving is canceled.

Description

The OnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the report to a source.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents