MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / Printer Class / CommonBeginPrint Event

CommonBeginPrint Event
Occurs when the GrapeCity.ActiveReports.Printing.Printer.Print method is called and before the first page of the document prints.
Syntax
'Declaration
 
Public Event CommonBeginPrint As PrintEventHandler
 
Event Data

The event handler receives an argument of type PrintEventArgs containing data related to this event. The following PrintEventArgs properties provide information specific to this event.

PropertyDescription
Returns PrintAction.PrintToFile in all cases.  
See Also