ActiveReports 12
PrintProgressEventArgs Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintProgressEventArgs Class : PrintProgressEventArgs Constructor
Current printing page.
Creates a new instance of the PrintProgressEventArgs with progress set at the specified page. 
Syntax
'Declaration
 
Public Function New( _
   ByVal currentPage As Integer _
)
public PrintProgressEventArgs( 
   int currentPage
)

Parameters

currentPage
Current printing page.
See Also

Reference

PrintProgressEventArgs Class
PrintProgressEventArgs Members