ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Extensibility.Printing Namespace / PrintProgressEventArgs Class / PrintProgressEventArgs Constructor
The current ptinting page number.

In This Topic
    PrintProgressEventArgs Constructor
    In This Topic
    Initializes a new instance of the PrintProgressEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal currentPage As Integer _
    )
    public PrintProgressEventArgs( 
       int currentPage
    )

    Parameters

    currentPage
    The current ptinting page number.
    See Also