<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class / GetUniqueValues Method

In This Topic
    GetUniqueValues Method (C1OlapField)
    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 OlapEngine traverses the data to build the output table. Calling this method before the engine builds the output table returns an empty collection.
    See Also