Skip to main content
All docs
V18.2

ASPxClientDashboardItemUnderlyingData.GetRequestDataError() Method

Returns a callstack containing the error caused by an unsuccessful request for underlying data.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetRequestDataError()

Returns

Type Description
String

A String representing a callstack containing the error caused by an unsuccessful request for underlying data.

Remarks

The ASPxClientDashboardItemUnderlyingData.IsDataReceived method returns whether a request for underlying data was successful. If data was not received, use the GetRequestDataError method to obtain a callstack containing the cause of the error.

See Also