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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
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