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

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

    Return Value

    The current page number.
    See Also