Skip to main content
All docs
V18.2

ASPxClientReportPreview.pageIndex Property

Provides access to the current document page’s index.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<int> pageIndex { get; }

Property Value

Type Description
KnockoutObservable<Int32>

A knockout observable object that specifies the zero-based index of the current page.

See Also