IDashboardDataSource.HasDataProvider Property
OBSOLETE
The HasDataProvider property is obsolete now. Check whether the current data source can be cast to DashboardSqlDataSource or DashboardOlapDataSource instead.
Gets whether the DashboardSqlDataSource or DashboardOlapDataSource is used to supply the data source with data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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 DashboardSqlDataSource or DashboardOlapDataSource is used to supply the data source with data; otherwise, false. |
See Also