Creates a new Section of the specified type and name and inserts it into the SectionCollection at the specified index.
[Visual Basic]
Overloads Public Function Insert( _
ByVal index As Integer, _
ByVal type As SectionType, _
ByVal name As String _
) As Section
[C#]
public Section Insert(
int index,
SectionType type,
string name
);
A section that was created and added into the collection.
Report, Page and Group sections must be added in a header/footer pair. The InsertReportHF, InsertPageHF and InsertGroupHF ensure proper pairing of the header/footer.
SectionCollection Class | SectionCollection Members | Overload List | InsertReportHF | InsertPageHF | InsertGroupHF
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.