Reports for WPF | ComponentOne
C1.C1Report Namespace / SectionCollection Class / Count Property

In This Topic
    Count Property (SectionCollection)
    In This Topic
    Returns the number of elements in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    Remarks

    The SectionCollection class does not have Add or Remove methods.

    That is because the number of sections in a report is determined by then number of groups. To add or remove sections from the report, you need to add or remove groups.

    See Also