[]
Represents collection of the SubSection objects.
public class SubSectionCollection : ReportObjectList<SubSection>, ICollection<SubSection>, IEnumerable<SubSection>, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Report | Gets the FlexReport object owning this collection. |
| 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. |