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

Declaration

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

Property Value

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