WebDashboardExporter.DashboardItemDataLoadingError Event
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
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