Show contents 

Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnBeforeTransferDataSheet

IPrxReportUserEvents.EventOnBeforeTransferDataSheet

Syntax

EventOnBeforeTransferDataSheet(Args: IUiPrxSheetCancelEventArgs);

Parameters

Args - the parameter, which enables the user to determine event parameters.

Description

The EventOnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet into a source.

Comments

The method is used to work with a data area that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.

See also:

IPrxReportUserEvents