LightSwitch HTML Edition
Values Property (C1OlapFilter)






Gets or sets the list of values to be displayed in the value filter list editor.
Syntax
'Declaration
 
Public Property Values As System.Collections.IEnumerable
'Usage
 
Dim instance As C1OlapFilter
Dim value As System.Collections.IEnumerable
 
instance.Values = value
 
value = instance.Values
public System.Collections.IEnumerable Values {get; set;}
public read-write property Values: System.Collections.IEnumerable; 
public function get,set Values : System.Collections.IEnumerable
public: __property System.Collections.IEnumerable* get_Values();
public: __property void set_Values( 
   System.Collections.IEnumerable* value
);
public:
property System.Collections.IEnumerable^ Values {
   System.Collections.IEnumerable^ get();
   void set (    System.Collections.IEnumerable^ value);
}
Remarks
Setting this property to null causes the filter build the value list automatically using the values present in the data source.
Requirements

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

See Also

Reference

C1OlapFilter Class
C1OlapFilter Members

Send Feedback