[]
        
(Showing Draft Content)

C1.WPF.Report.SubSectionCollection

SubSectionCollection Class

Represents collection of the SubSection objects.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class SubSectionCollection : ReportObjectList<SubSection>, ICollection<SubSection>, IEnumerable<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.