ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / GoToPage Method
The number of pages to go to

In This Topic
    GoToPage Method
    In This Topic
    Makes the viewer to display the specific page. Page numeration starts with 1
    Syntax
    'Declaration
     
    Public Function GoToPage( _
       ByVal pageIndex As Integer _
    ) As Task
    public Task GoToPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The number of pages to go to
    See Also