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

ReportViewer.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ReportViewer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ReportViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ReportViewerClientSideEvents

A ReportViewerClientSideEvents object which allows assigning handlers to the client-side events available to the ReportViewer.

Remarks

The ClientSideEvents property provides access to an object of the ReportViewerClientSideEvents type. This object contains properties whose names correspond to the events available to the ReportViewer on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of the ReportViewer control.

See Also