Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeDeleteSheet

ReportEvents.OnBeforeDeleteSheet

Syntax

OnBeforeDeleteSheet (Sheet: IPrxSheet; Var Cancel: Boolean);

Parameters

Sheet. Regular report sheet that has generated the event.

Cancel. Indicates whether sheet deletion is canceled.

Description

The OnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion.

Comments

Available values of the Cancel parameter:

On calling the method, the IPrxReportUserEvents.EventOnBeforeDeleteSheet event that can be redetermined, if required, is handled in parallel in core.

Example

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

See also:

ReportEvents