Skip to main content
All docs
V18.2

ASPxClientDocumentViewer.PageLoad Event

Occurs on the client side when a report page is loaded into this ASPxClientDocumentViewer instance.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public event ASPxClientReportViewerPageLoadEventHandler PageLoad

Event Data

The PageLoad event's data class is ASPxClientReportViewerPageLoadEventArgs.

The event data class exposes the following methods:

Method Description
IsFirstPage() Gets a value indicating whether a report page, which is currently loaded into the ASPxClientReportViewer, is the first page of a report.
IsLastPage() Gets a value indicating whether a report page, which is currently loaded into the ASPxClientReportViewer, is the last page of a report.
See Also