Skip to main content

PivotGridXmlaDataSource() Constructor

In This Article

Initializes a new instance of the PivotGridXmlaDataSource class.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public PivotGridXmlaDataSource()

#Remarks

After the new PivotGridXmlaDataSource object has been created, specify the connection string via the PivotGridXmlaDataSource.ConnectionString property, and pass this object to the PivotGridControl.SetDataSourceAsync method.

See Also