ActiveReports 12
PrintPage Event

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Printer Class : PrintPage Event
Occurs when the output to print for the current page is needed.
Syntax
'Declaration
 
Public Event PrintPage As PrintPageEventHandler
public event PrintPageEventHandler PrintPage
Event Data

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

PropertyDescription
Gets or sets a value indicating whether the print job should be canceled.  
Gets the System.Drawing.Graphics used to paint the page.  
Gets or sets a value indicating whether an additional page should be printed.  
Gets the rectangular area that represents the portion of the page inside the margins.  
Gets the rectangular area that represents the total area of the page.  
Gets the page settings for the current page.  
See Also