OlapDataProviderType Enum
In This Article
Lists values that specify a data provider used to connect to the DashboardOlapDataSource.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Adomd
|
The ADOMD. |
Xmla
|
The XMLA data access standard. |
#Related API Members
The following properties accept/return OlapDataProviderType values:
#Remarks
Values listed by this enumeration are used to set the DashboardOlapDataSource.OlapDataProvider property.
See Also