PivotCache.OptimizeCache Property

Definition

True if the PivotTable cache is optimized when it’s constructed. The default value is False.

public:
 property bool OptimizeCache { bool get(); void set(bool value); };
public bool OptimizeCache { get; set; }
Public Property OptimizeCache As Boolean

Property Value

Remarks

Cache optimization results in additional queries and degrades initial performance of the PivotTable report.

For OLE DB data sources, this property is read-only and always returns False.

Applies to