[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.GoToPage

GoToPage Method

GoToPage(int)

Makes the viewer to display the specific page. Page numeration starts with 1.

Declaration
public Task GoToPage(int pageIndex)
Parameters
Type Name Description
int pageIndex

The number of the page to go to.

Returns
Type Description
Task

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