IDashboardDataSource.HasDataProvider Property
In This Article
OBSOLETE
The Has
Gets whether the DashboardSqlDataSource or DashboardOlapDataSource is used to supply the data source with data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
[Browsable(false)]
[Obsolete("The HasDataProvider property is obsolete now. Check whether the current data source can be cast to DashboardSqlDataSource or DashboardOlapDataSource instead.")]
bool HasDataProvider { get; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the Dashboard |
See Also