PivotTable.ChangeDataSource(PivotCache) Method
In This Article
Changes the data source for the PivotTable report.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void ChangeDataSource(
PivotCache cache
)
#Parameters
Name | Type | Description |
---|---|---|
cache | Pivot |
A Pivot |
See Also