Skip to main content
A newer version of this page is available. .
All docs
V23.1

WebDashboardExporter.DashboardItemDataLoadingError Event

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.1.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

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