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

PivotGridAdomdDataSource() Constructor

Initializes a new instance of the PivotGridAdomdDataSource class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridAdomdDataSource()

Remarks

After the new PivotGridAdomdDataSource object has been created, specify the connection string via the PivotGridAdomdDataSource.ConnectionString property, and assign this object to the DataSource property of the PivotGridControl.

This overload of the constructor creates the PivotGridAdomdDataSource, using the latest available version of ADOMD.NET. To explicitly specify the data provider version, use another overload that takes an adomdVersion parameter.

See Also