CommonClientSideEvents.OnServerError Property
Specifies the JavaScript function that handles the ASPxClientReportDesigner.OnServerError, ASPxClientWebDocumentViewer.OnServerError or ASPxClientQueryBuilder.OnServerError event.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v26.1.Web.WebForms.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | The name of a JavaScript function or entire JavaScript function code that runs when the OnServerError event occurs. |
See Also