Back to Devexpress

PivotGridControl.CreateOLAPDataSourceClone() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-fd33a88a.md

latest1.4 KB
Original Source

PivotGridControl.CreateOLAPDataSourceClone() Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public OLAPDataSourceBase CreateOLAPDataSourceClone()
vb
Public Function CreateOLAPDataSourceClone As OLAPDataSourceBase

Returns

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace