ComponentOne FlexPivot for WinForms
GetUniqueValues Method (C1FlexPivotField)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotField Class : GetUniqueValues Method
Gets a list of unique values found in the data source for this field.
Syntax
'Declaration
 
Public Overridable Function GetUniqueValues() As System.Collections.Generic.List(Of Object)
public virtual System.Collections.Generic.List<object> GetUniqueValues()

Return Value

A list of unique values found in the data source for this field.
Remarks
This list is updated whenever the FlexPivotEngine traverses the data to build the output table. Calling this method before the engine builds the output table returns an empty collection.
See Also

Reference

C1FlexPivotField Class
C1FlexPivotField Members