LightSwitch HTML Edition
FilterFields Property






Gets a list of C1OlapField objects that define the fields used as filters for the output table.
Syntax
'Declaration
 
Public ReadOnly Property FilterFields As C1OlapFieldList
'Usage
 
Dim instance As C1OlapEngine
Dim value As C1OlapFieldList
 
value = instance.FilterFields
public C1OlapFieldList FilterFields {get;}
public read-only property FilterFields: C1OlapFieldList; 
public function get FilterFields : C1OlapFieldList
public: __property C1OlapFieldList* get_FilterFields();
public:
property C1OlapFieldList^ FilterFields {
   C1OlapFieldList^ get();
}
Remarks

Fields in this list do not appear in the output table, but are still used for filtering the input data.

See the Fields property for details and an example.

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

C1OlapEngine Class
C1OlapEngine Members

Send Feedback