Skip to main content
All docs
V18.2

ASPxClientReportViewerPageLoadEventHandler Delegate

A method that will handle the ASPxClientReportViewer.PageLoad and ASPxClientDocumentViewer.PageLoad events.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public delegate void ASPxClientReportViewerPageLoadEventHandler(
    object source,
    ASPxClientReportViewerPageLoadEventArgs e
);

Parameters

Name Type Description
source Object

The event sender.

e ASPxClientReportViewerPageLoadEventArgs

An ASPxClientReportViewerPageLoadEventArgs object that contains data related to the event.

Remarks

ASPxClientReportViewerPageLoadEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also