[]
        
(Showing Draft Content)

C1.Report.SubSectionCollection

SubSectionCollection Class

Represents collection of the SubSection objects.

Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class SubSectionCollection : ReportObjectList<SubSection>, ICollection<SubSection>, IEnumerable<SubSection>, IList, ICollection, IEnumerable
Public Class SubSectionCollection
    Inherits ReportObjectList(Of SubSection)
    Implements ICollection(Of SubSection), IEnumerable(Of SubSection), IList, ICollection, IEnumerable

Properties

Name Description
Report

Gets the FlexReport object owning this collection.

Methods

Name Description
Add()

Adds a SubSection object to the collection.

Remove(SubSection)

Removes a SubSection object from collection.

RemoveAt(int)

Removes item with specified index from the collection.