Adds the specified
SectionType to the SectionCollection.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As SectionType, _
ByVal As String _
) As Section
public Section Add(
SectionType ,
string
)
Parameters
- type
- SectionType of the new section.
- name
- Name of the new section, must be unique within the report.
See Also