PivotGridAdomdDataSource(AdomdVersion) Constructor
Initializes a new instance of the PivotGridAdomdDataSource class, using the specified ADOMD.NET version.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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