FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetUniqueValues Method / GetUniqueValues(PivotField,Exception,Int32,Int32) Method
A PivotField that contains values.
An System.Exception occurs in the operation.
Limit of data values.
Limit of unique values.

In This Topic
    GetUniqueValues(PivotField,Exception,Int32,Int32) Method
    In This Topic
    Gets a list of unique values from a PivotField.
    Syntax
    'Declaration
     
    Public Overloads Function GetUniqueValues( _
       ByVal field As PivotField, _
       ByRef ex As Exception, _
       Optional ByVal dataLimit As Integer, _
       Optional ByVal uniqueLimit As Integer _
    ) As List(Of Object)
    public List<object> GetUniqueValues( 
       PivotField field,
       out Exception ex,
       int dataLimit,
       int uniqueLimit
    )

    Parameters

    field
    A PivotField that contains values.
    ex
    An System.Exception occurs in the operation.
    dataLimit
    Limit of data values.
    uniqueLimit
    Limit of unique values.

    Return Value

    A list of unique values.
    See Also