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

PivotGridControl.CreateOLAPDataSourceClone() Method

Creates a copy of the current pivot grid’s OLAP data source instance.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public OLAPDataSourceBase CreateOLAPDataSourceClone()

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