PivotTable Constructor (String, String, IPivotData)

NReco.PivotData Class Library Documentation
Initializes a new instance of PivotTable instance by specified PivotData

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

public PivotTable(
	string[] rows,
	string[] columns,
	IPivotData pvtData
)

Parameters

rows
Type: SystemString
list of dimensions for determining table rows
columns
Type: SystemString
list of dimensions for determining table columns
pvtData
Type: NReco.PivotDataIPivotData
multidimensional dataset used for pivot table calculation
See Also

Reference