ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / ProgressInfo Class / ProgressInfo Constructor
The report export page number.
Indicates whether the current page is the last in the document.

In This Topic
    ProgressInfo Constructor
    In This Topic
    Initializes a new instance of the ProgressInfo class with the specified page number and last page indicator.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageNumber As Integer, _
       ByVal isLast As Boolean _
    )
    public ProgressInfo( 
       int pageNumber,
       bool isLast
    )

    Parameters

    pageNumber
    The report export page number.
    isLast
    Indicates whether the current page is the last in the document.
    See Also