LightSwitch HTML Edition
FilteredItemCount Property






Gets the number of elements that are represented in the current view.
Syntax
'Declaration
 
Public ReadOnly Property FilteredItemCount As System.Integer
'Usage
 
Dim instance As C1OlapEngine
Dim value As System.Integer
 
value = instance.FilteredItemCount
public System.int FilteredItemCount {get;}
public read-only property FilteredItemCount: System.Integer; 
public function get FilteredItemCount : System.int
public: __property System.int get_FilteredItemCount();
public:
property System.int FilteredItemCount {
   System.int get();
}
Remarks
If no filters are active, this is the number of elements in the data source. If filters are active, only elements that pass the filter are included in the count.
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