Skip to main content
All docs
V25.1
  • Row

    PivotCache.SaveData Property

    Specifies whether to save the cached source data with a workbook.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool SaveData { get; set; }

    Property Value

    Type Description
    Boolean

    true to save the cached data with the document; otherwise, false.

    Remarks

    When the SaveData property is false, source data is not saved in a pivot cache and the workbook size is reduced. Call the PivotCache.Refresh method to refresh the pivot cache and enable PivotTable functionality. Set the PivotCache.RefreshOnLoad property to true to automatically refresh the cache when the document is opened.

    See Also