[]
        
(Showing Draft Content)

C1.Win.FlexReport.SubSectionCollection

SubSectionCollection Class

Represents collection of the SubSection objects.

Implements
IC1SerializableCollection
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class SubSectionCollection : ReportObjectList<SubSection>, ICollection<SubSection>, IEnumerable<SubSection>, IList, ICollection, IEnumerable, IC1SerializableCollection

Properties

Name Description
Report

Gets the C1FlexReport 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.