corelibraries-devexpress-dot-xtrapivotgrid-29dd501a.md
Lists values that specify the ADOMD.NET version that should be used to communicate with an OLAP server.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public enum AdomdVersion
Public Enum AdomdVersion
| Name | Description |
|---|---|
Version9 |
ADOMD.NET 9 is used.
|
| Version10 |
ADOMD.NET 10 is used.
|
| Version11 |
ADOMD.NET 11 is used.
|
| Version12 |
ADOMD.NET 12 is used.
|
| Version13 |
ADOMD.NET 13 is used.
|
| Version14 |
ADOMD.NET 14 is used.
|
| Version15 |
ADOMD.NET 15 is used.
|
| Default |
A local ADOMD.NET version. If the local version is unavailable, the control tries to load the newest ADOMD version.
|
Values listed by this enumeration are passed to the PivotGridAdomdDataSource constructor.
See Also