Syntax

Private Sub object_BeforePrintReport(Report, Cancel)

The BeforePrintReport Event syntax has these parts:

PartDescription
objectA McReporter object.
ReportA McReport object.
CancelA Boolean value.

Remarks

Event fired once a report template and a destination have been selected but before the report is actually printed.