Skip to main content

PivotGridAdomdDataSource(AdomdVersion) Constructor

Initializes a new instance of the PivotGridAdomdDataSource class, using the specified ADOMD.NET version.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

public PivotGridAdomdDataSource(
    AdomdVersion version
)

Parameters

Name Type Description
version AdomdVersion

An AdomdVersion enumeration member specifying the ADOMD.NET version to use.

Remarks

To create a PivotGridAdomdDataSource using the latest available version of ADOMD.NET, use the other overload of the constructor.

See Also