Gets a list of unique values found in the data source for this field.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public List<Object> GetUniqueValues() |
Visual Basic |
---|
Public Function GetUniqueValues As List(Of Object) |
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.