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

In This Topic
    ProgressInfo Constructor
    In This Topic
    Create export progress info
    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 the page is last in document.
    See Also