ActiveReports 12
PrintProgress Event (PageDocument)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : PrintProgress Event
Occurs when the document pages are printing.
Syntax
'Declaration
 
Public Event PrintProgress As PrintProgressEventHandler
public event PrintProgressEventHandler PrintProgress
Event Data

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

PropertyDescription
Gets the currently printing page.   
See Also