PivotDataGetState Method

NReco.PivotData Class Library Documentation
Returns compacted state object that contains all values of this PivotData.

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

public PivotDataState GetState()

Return Value

Type: PivotDataState
state object that can be serialized
Remarks

State object doesn't include any information about dimensions and aggregator factory. Calculated values (totals) are not included into state object.
See Also

Reference