Skip to main content
A newer version of this page is available. .

ReportViewerClientSideEvents Class

Provides additional client-side events to an ASPxClientReportViewer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public class ReportViewerClientSideEvents :
    ClientSideEvents

The following members return ReportViewerClientSideEvents objects:

Remarks

The properties of the ReportViewerClientSideEvents class correspond to the client-side events available for an ASPxClientReportViewer control. Each of these properties translates a handling code (or the name of a JavaScript handle function) to the corresponding client-side event of the Report Viewer.

An instance of the ReportViewerClientSideEvents class is automatically created when initializing a server-side ASPxDocumentViewer.

Implements

See Also