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

IDashboardDataSource.DataProvider Property

OBSOLETE

The DataProvider property is obsolete now. Use the DashboardSqlDataSource or the DashboardOlapDataSource classes instead.

For internal use.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("The DataProvider property is obsolete now. Use the DashboardSqlDataSource or the DashboardOlapDataSource classes instead.")]
IDataProvider DataProvider { get; set; }

Property Value

Type
DevExpress.DataAccess.Native.Data.IDataProvider
See Also