Skip to main content
All docs
V24.2

WebDashboardExporter.DashboardItemDataLoadingError Event

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

Declaration

public event DashboardItemDataLoadingErrorWebEventHandler DashboardItemDataLoadingError

Event Data

The DashboardItemDataLoadingError event's data class is DashboardItemDataLoadingErrorWebEventArgs. The following properties provide information specific to this event:

Property Description
DashboardId
Errors Gets errors that occurred while a dashboard item loaded data. Inherited from DashboardItemDataLoadingErrorEventArgs.
See Also