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