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.v26.1.Core.dll

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

Declaration

public enum AdomdVersion

Members

Name Description
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