Skip to main content

ReportViewer.ClientSideEvents Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ReportViewerClientSideEvents

A ReportViewerClientSideEvents object that contains ReportViewer client-side event handlers.

Remarks

The ClientSideEvents property returns an ReportViewerClientSideEvents type object. This object contains properties whose names correspond to events available to ReportViewer on the client side. You can assign a JavaScript function to a property to handle a client-side event whose name matches the property name.

See Also