LightSwitch HTML Edition
IsActive Property (C1OlapField)






Gets or sets whether this field is active in the Olap view.
Syntax
'Declaration
 
Public Property IsActive As System.Boolean
'Usage
 
Dim instance As C1OlapField
Dim value As System.Boolean
 
instance.IsActive = value
 
value = instance.IsActive
public System.bool IsActive {get; set;}
public read-write property IsActive: System.Boolean; 
public function get,set IsActive : System.boolean
public: __property System.bool get_IsActive();
public: __property void set_IsActive( 
   System.bool value
);
public:
property System.bool IsActive {
   System.bool get();
   void set (    System.bool value);
}
Remarks
Setting this property to true causes the field to be added to the RowFields list of the parent C1OlapEngine.
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

C1OlapField Class
C1OlapField Members

Send Feedback