Skip to main content

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

NuGet Package: DevExpress.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