Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendItemCollection Class / CountAll Method

In This Topic
    CountAll Method (LegendItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CountAll( _
       ByVal p As Predicate(Of LegendItemBase) _
    ) As Integer
    public int CountAll( 
       Predicate<LegendItemBase> p
    )

    Parameters

    p
    See Also