Back to Devexpress

PivotTable.ChangeDataSource(PivotCache) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivottable-dot-changedatasource-x28-devexpress-dot-spreadsheet-dot-pivotcache-x29.md

latest1.5 KB
Original Source

PivotTable.ChangeDataSource(PivotCache) Method

Changes the data source for the PivotTable report.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void ChangeDataSource(
    PivotCache cache
)
vb
Sub ChangeDataSource(
    cache As PivotCache
)

Parameters

NameTypeDescription
cachePivotCache

A PivotCache object containing new data on which the pivot table should be based.

|

See Also

Pivot Table API

How to: Refresh a Pivot Table

PivotTable Interface

PivotTable Members

DevExpress.Spreadsheet Namespace