Skip to main content
All docs
V18.2

ASPxClientReportViewer.GotoPage(Int32) Method

Displays a report page with the specified page index in the ReportViewer.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void GotoPage(
    int pageIndex
)

Parameters

Name Type Description
pageIndex Int32

An integer value which specifies the index of a page to be displayed.

See Also