ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / PageCount Method

In This Topic
    PageCount Method
    In This Topic
    Gets the page count of the currently displayed report.
    Syntax
    'Declaration
     
    Public Function PageCount() As ValueTask(Of Integer)
    public ValueTask<int> PageCount()

    Return Value

    The page count.
    See Also