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

OlapDataProviderType Enum

Lists values that specify a data provider used to connect to the DashboardOlapDataSource.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public enum OlapDataProviderType

Members

Name Description
Adomd

The ADOMD.NET data provider.

Xmla

The XMLA data access standard.

Remarks

Values listed by this enumeration are used to set the DashboardOlapDataSource.OlapDataProvider property.

See Also