PivotGridControl.CreateOLAPDataSourceClone() Method
Creates a copy of the current pivot grid’s OLAP data source instance.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Returns
Type | Description |
---|---|
OLAPDataSourceBase | An OLAPDataSourceBase descendant that represents an OLAP data source. |
Remarks
Use the CreateOLAPDataSourceClone method if you need to create an additional connection to a local cube file.
See Also