Gets a list of unique values found in the data source for this field.
public virtual System.Collections.Generic.List<object> GetUniqueValues()
public function GetUniqueValues(): System.Collections.Generic.List; virtual;
public function GetUniqueValues() : System.Collections.Generic.List;
public: virtual System.Collections.Generic.List<Object*>* GetUniqueValues();
public:
virtual System.Collections.Generic.List<Object^>^ GetUniqueValues();
'Declaration
Public Overridable Function GetUniqueValues() As System.Collections.Generic.List(Of Object)
'Usage
Dim instance As C1OlapField
Dim value As System.Collections.Generic.List(Of Object)
value = instance.GetUniqueValues()
Return Value
A list of unique values found in the data source for this field.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2