[]
        
(Showing Draft Content)

C1.PivotEngine.PivotField.GetUniqueValues

GetUniqueValues Method

GetUniqueValues()

Gets a list of unique values found in the data source for this field.

Declaration
public virtual List<object> GetUniqueValues()
Returns
Type Description
List<object>

A list of unique values found in the data source for this field.

Remarks

This list is updated whenever the C1PivotEngine traverses the data to build the output table. Calling this method before the engine builds the output table returns an empty collection.