Skip to main content

DataSource.OlapDataProvider Property

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)]
public OlapDataProvider OlapDataProvider { get; }

Property Value

Type Description
OlapDataProvider

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

Implements

See Also