Skip to main content

DataSource.OlapDataProvider Property

Gets a data provider for an OLAP data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[Browsable(false)]
public OlapDataProvider OlapDataProvider { get; }

#Property Value

Type Description
OlapDataProvider

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

#Implements

See Also