ActiveReports 12
BeginPrint Event

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Printer Class : BeginPrint Event
Occurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints.
Syntax
'Declaration
 
Public Event BeginPrint As PrintEventHandler
public event PrintEventHandler BeginPrint
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
(Inherited from System.ComponentModel.CancelEventArgs)
Returns System.Drawing.Printing.PrintAction.PrintToFile in all cases.  
See Also