Skip to main content
A newer version of this page is available. .

PivotGridAdomdDataSource(AdomdVersion) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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