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

Declaration

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

Property Value

Type Description
OlapDataProvider

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

See Also