Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotTable.ChangeDataSource(PivotCache) Method

Changes the data source for the PivotTable report.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void ChangeDataSource(
    PivotCache cache
)

Parameters

Name Type Description
cache PivotCache

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

See Also