Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

[Obsolete("The HasDataProvider property is obsolete now. Check whether the current data source can be cast to DashboardSqlDataSource or DashboardOlapDataSource instead.")]
[Browsable(false)]
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