FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / GetUniqueValues Method

In This Topic
    GetUniqueValues Method (PivotField)
    In This Topic
    Gets a list of unique values found in the data source for this field.
    Syntax
    'Declaration
     
    Public Overridable Function GetUniqueValues() As List(Of Object)
    public virtual 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 C1PivotEngine traverses the data to build the output table. Calling this method before the engine builds the output table returns an empty collection.
    See Also