ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / GoToPage Method
The number of the page 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 the page to go to.

    Return Value

    A task that represents the asynchronous operation of navigating to the specified page.
    See Also