Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforePrintReport

ReportEvents.OnBeforePrintReport

Syntax

OnBeforePrintReport(Report: IPrxReport, Var Cancel: Boolean);

Parameters

Report. The regular report that generated the event

Cancel. Indicates whether regular report printing is canceled.

Description

The OnBeforePrintReport method implements the event that occurs before printing the regular report.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents