[]
Summary description for SectionCollection.
public class SectionCollection : CollectionBase, IList, ICollection, IDisposable, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets the Section object at the specified indexed location in the SectionCollection. |
| this[string] | Gets the Section object with the specified name in the SectionCollection. |
| Name | Description |
|---|---|
| Add(SectionType, string) | Adds the specified SectionType to the SectionCollection. |
| Add(Section) | Adds the specified section to the SectionCollection. |
| Clear() | Remove all sections from the collection. |
| Contains(Section) | Determines whether the specified section object exists in the collection. |
| CopyTo(Section[], int) | Copies the Sections collection from the specified report to a Sections collection at the specified index. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetEnumerator() | Returns an enumerator that iterates through the CollectionBase instance. |
| IndexOf(Section) | Determines the specific index of the specified section in the collection. |
| Insert(int, SectionType, string) | Creates a new Section of the specified type and name and inserts it into the SectionCollection at the specified index. |
| Insert(int, Section) | Inserts a section at the specified index in the collection. |
| InsertGroupHF() | Inserts a group header and a matching group footer into the SectionCollection with the default names GroupHeader1,GroupFooter1; where 1 is an order number. |
| InsertGroupHF(string, string) | Inserts a group header and a matching group footer into the SectionCollection with the names, specified in the corresponding grHeaderName and grFooterName parameters. |
| InsertPageHF() | Inserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number. |
| InsertReportHF() | InsertReportHF support design time and runtime inserting |
| OnInsertComplete(int, object) | Performs additional custom processes after inserting a new element into the CollectionBase instance. |
| OnRemove(int, object) | Performs additional custom processes when removing an element from the CollectionBase instance. |
| OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the CollectionBase instance. |
| Remove(Section) | Removes the specified Section from the SectionCollection if it exists. |
| Remove(int) | Removes the Section at the specified index from the SectionCollection. |
| Name | Description |
|---|---|
| Changed | Occurs when the members of the SectionCollection have changed. |