PivotGridAdomdDataSource(AdomdVersion) Constructor
In This Article
Initializes a new instance of the PivotGridAdomdDataSource class, using the specified ADOMD.NET version.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridAdomdDataSource(
AdomdVersion version
)
#Parameters
Name | Type | Description |
---|---|---|
version | Adomd |
An Adomd |
#Remarks
To create a PivotGridAdomdDataSource using the latest available version of ADOMD.NET, use the other overload of the constructor.
See Also