Back to Devexpress

OlapDataProviderType Enum

dashboard-devexpress-dot-dashboardcommon-a46e976f.md

latest1.3 KB
Original Source

OlapDataProviderType Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum OlapDataProviderType
vb
Public Enum OlapDataProviderType

Members

NameDescription
Adomd

The ADOMD.NET data provider.

| | Xmla |

The XMLA data access standard.

|

The following properties accept/return OlapDataProviderType values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace