Skip to main content

ReportViewerClientSideEvents Properties

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.
Name Description
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event.
Init Overrides the ClientSideEvents.Init property to hide it.
PageLoad Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Viewer’s ASPxClientReportViewer.PageLoad event.
See Also