Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeSaveReport

ReportEvents.OnBeforeSaveReport

Syntax

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

Parameters

Report. The report that generated the event.

Cancel. Indicates whether report saving is canceled. If this parameter is set to True, the report will not be saved; if the parameter is set to False, the report will be saved.

Description

The OnBeforeSaveReport method implements the event that occurs before saving the regular report.

Comments

Available values of the Cancel parameter:

Example

The method use is given in the example for IPrxReportUserEvents.EventOnBeforeSaveReport.

See also:

ReportEvents