| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Add( _ ByVal type As SectionType, _ ByVal name As String _ ) As Section | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Section Add( SectionType type, string name ) | |
Parameters
- type
- SectionType of the new section.
- name
- Name of the new section, must be unique within the report.