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

CommonClientSideEvents.OnServerError Property

Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientReportDesigner.OnServerError, ASPxClientWebDocumentViewer.OnServerError or ASPxClientQueryBuilder.OnServerError event.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string OnServerError { get; set; }

Property Value

Type Default Description
String String.Empty

A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.

See Also