C1.Silverlight.Olap.5
GetUniqueValues Method

Gets a list of unique values found in the data source for this field.
Syntax
'Declaration
 
Public Overridable Function GetUniqueValues() As System.Collections.Generic.List(Of Object)
public virtual System.Collections.Generic.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

Reference

C1OlapField Class
C1OlapField Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.