ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / ProgressInfo Class / IsLast Property

In This Topic
    IsLast Property
    In This Topic
    Gets a value indicating whether the current page is the last page in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLast As Boolean
    public bool IsLast {get;}

    Property Value

    true if the current page is the last page; otherwise, false.
    See Also