Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public enum AdomdVersion

Members

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.

Remarks

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

See Also