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

IDashboardDataSource.OlapDataProvider Property

OBSOLETE

The OlapDataProvider class is obsolete now. Use the DashboardOlapDataSource class instead.

Gets a data provider for an OLAP data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("The OlapDataProvider class is obsolete now. Use the DashboardOlapDataSource class instead.")]
OlapDataProvider OlapDataProvider { get; }

Property Value

Type Description
OlapDataProvider

An OlapDataProvider object that represents a data provider for an OLAP data source.

See Also