PivotDataLazyTotals Property

NReco.PivotData Class Library Documentation
Determines totals calculation mode. Lazy means that all totals/sub-totals are calculated on first use; otherwise totals/sub-totals are calculated on-the-fly.

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

public bool LazyTotals { get; }

Property Value

Type: Boolean
See Also

Reference