<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / FilteredItemCount Property

In This Topic
    FilteredItemCount Property (C1OlapEngine)
    In This Topic
    Gets the number of elements that are represented in the current view.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilteredItemCount As Integer
    public int FilteredItemCount {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.
    See Also