PivotTableTotalsCache Property

NReco.PivotData Class Library Documentation
Controls totals cache usage (true by default).

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public bool TotalsCache { get; set; }

Property Value

Type: Boolean
Remarks

If TotalsCache is
true
PivotTable will use TotalsCachePivotData wrapper for efficient totals calculation.
See Also

Reference