Skip to main content
All docs
V18.2

ASPxClientReportViewerPageLoadEventArgs.IsLastPage() Method

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

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool IsLastPage()

Returns

Type Description
Boolean

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

Remarks

The IsLastPage method may be useful to determine the Enabled state of the ReportToolbarItemKind.LastPage and ReportToolbarItemKind.NextPage buttons, when implementing a custom Report Toolbar.

See Also