Skip to main content

ReportViewerClientSideEvents Class

Provides additional client-side events to the legacy ASPxClientReportViewer control. Refer to the WebDocumentViewerClientSideEvents class for client-side events related to the advanced ASPxWebDocumentViewer control, that is the main control at the moment.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportViewerClientSideEvents :
    ClientSideEvents

Remarks

The properties of the ReportViewerClientSideEvents class correspond to the client-side events available for a legacy 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 legacy control.

See Also