PivotDataSlice Method (String, Boolean)

NReco.PivotData Class Library Documentation

Note: This API is now obsolete.

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

[ObsoleteAttribute("Use SliceQuery class instead")]
public PivotData Slice(
	string[] dimensions,
	bool lazyTotals
)

Parameters

dimensions
Type: SystemString
lazyTotals
Type: SystemBoolean

Return Value

Type: PivotData
See Also

Reference