Skip to main content
All docs
V18.2

ASPxClientReportViewerPageLoadEventArgs.IsFirstPage() Method

Gets a value indicating whether a report page, which is currently loaded into the ASPxClientReportViewer, is the first page of a report.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool IsFirstPage()

Returns

Type Description
Boolean

true if the loaded page is first; otherwise, false.

Remarks

The IsFirstPage method may be useful to determine the Enabled state of the ReportToolbarItemKind.FirstPage and ReportToolbarItemKind.PreviousPage buttons, when implementing a custom Report Toolbar.

See Also