PivotTableFactoryCreate Method

NReco.PivotData Class Library Documentation
Creates PivotTable instance by specifed PivotData and PivotTableConfiguration.

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

public virtual PivotTable Create(
	IPivotData pvtData,
	PivotTableConfiguration config
)

Parameters

pvtData
Type: NReco.PivotDataIPivotData
multidimensional dataset instance
config
Type: NReco.PivotDataPivotTableConfiguration
pivot table configuration

Return Value

Type: PivotTable
PivotTable instance initialized and configured according to specified configuration
See Also

Reference