Back to Devexpress

AdomdVersion Enum

corelibraries-devexpress-dot-xtrapivotgrid-29dd501a.md

latest1.5 KB
Original Source

AdomdVersion Enum

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

Declaration

csharp
public enum AdomdVersion
vb
Public Enum AdomdVersion

Members

NameDescription
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.

|

Remarks

Values listed by this enumeration are passed to the PivotGridAdomdDataSource constructor.

See Also

DevExpress.XtraPivotGrid Namespace