Name | Description | |
---|---|---|
![]() | Item | Overloaded. Returns a reference to a Section in the SectionCollection using its index or unique name. |
The following tables list the members exposed by SectionCollection.
Name | Description | |
---|---|---|
![]() | Item | Overloaded. Returns a reference to a Section in the SectionCollection using its index or unique name. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified GrapeCity.ActiveReports.Extensibility.Layout. ILayoutSection.SectionType (in GrapeCity.ActiveReports.Core.Rendering.dll) to the SectionCollection. |
![]() | Clear | Remove all sections from the collection. |
![]() | Contains | Determines whether the specified section object exists in the collection. |
![]() | CopyTo | Copies the Sections collection from the specified report to a Sections collection at the specified index. |
![]() | Dispose | Releases the section collection from memory. |
![]() | IndexOf | Determines the specific index of the specified section in the collection. |
![]() | Insert | Overloaded. Inserts a section into the collection at the specified index. |
![]() | InsertGroupHF | Overloaded. Inserts a group header and a matching group footer into the SectionCollection with the default names GroupHeader1,GroupFooter1; where 1 is an order number. |
![]() | 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 | Inserts a report header and a matching report footer into the SectionCollection. |
![]() | Remove | Overloaded. Removes the specified Section from the SectionCollection if it exists. |