Skip to main content

CommonClientSideEvents.OnServerError Property

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v26.1.Web.WebForms.dll

Declaration

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

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