MVCxReportViewerClientSideEvents Properties
Contains a client-side MVCxReportViewer event list.Name | Description |
---|---|
BeforeExportRequest | Gets or sets the name of the JavaScript function or the entire code which will handle the MVCxClientReportViewer.BeforeExportRequest event. |
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from ReportViewerClientSideEvents. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from ReportViewerClientSideEvents. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from ReportViewerClientSideEvents. |
Init | Overrides the ClientSideEvents.Init property to hide it. Inherited from ReportViewerClientSideEvents. |
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. Inherited from ReportViewerClientSideEvents. |
See Also