ComponentOne FlexPivot for WinForms
GetUniqueValues(C1FlexPivotField,Exception,Int32,Int32) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetUniqueValues Method : GetUniqueValues(C1FlexPivotField,Exception,Int32,Int32) Method
A C1FlexPivotField that contains values.
An System.Exception occurs in the operation.
Limit of data values.
Limit of unique values.
Gets a list of unique values from a C1FlexPivotField.
Syntax
'Declaration
 
Public Overloads Function GetUniqueValues( _
   ByVal field As C1FlexPivotField, _
   ByRef ex As System.Exception, _
   Optional ByVal dataLimit As System.Integer, _
   Optional ByVal uniqueLimit As System.Integer _
) As System.Collections.Generic.List(Of Object)
public System.Collections.Generic.List<object> GetUniqueValues( 
   C1FlexPivotField field,
   out System.Exception ex,
   System.int dataLimit,
   System.int uniqueLimit
)

Parameters

field
A C1FlexPivotField 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

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members
Overload List