LightSwitch HTML Edition
ShowValues Property






Gets or sets an array with the values that should be included in the output.
Syntax
'Declaration
 
Public Property ShowValues As System.Object()
'Usage
 
Dim instance As C1OlapFilter
Dim value() As System.Object
 
instance.ShowValues = value
 
value = instance.ShowValues
public System.object[] ShowValues {get; set;}
public read-write property ShowValues: System.array of TObject; 
public function get,set ShowValues : System.Object[]
public: __property System.Object*[]* get_ShowValues();
public: __property void set_ShowValues( 
   System.Object*[]* value
);
public:
property System.array<Object^>^ ShowValues {
   System.array<Object^>^ get();
   void set (    System.array<Object^>^ value);
}
Remarks
Setting this property to null causes the filter to include all values in the output.
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