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

PivotGridXmlaDataSource() Constructor

Initializes a new instance of the PivotGridXmlaDataSource class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridXmlaDataSource()

Remarks

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

See Also