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

ReportViewerClientSideEvents Properties

Provides additional client-side events to an ASPxClientReportViewer.
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