ActiveReports 18 .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()
    See Also