PivotTable.ChangeDataSource(PivotCache) Method
Changes the data source for the PivotTable report.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| cache | PivotCache | A PivotCache object containing new data on which the pivot table should be based. |
See Also