PivotDataSetState Method

NReco.PivotData Class Library Documentation
Restores PivotData from specified state object.

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

public void SetState(
	PivotDataState state
)

Parameters

state
Type: NReco.PivotDataPivotDataState
state object
Remarks

This method assumes that PivotData configuration (dimensions, aggregator factory) matches specified state object.
See Also

Reference