Skip to main content
All docs
V18.2

ASPxClientDocumentViewer.GotoPage(Int32) Method

Displays the specified report page.

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, identifying the report page.

See Also