ActiveReports 13
Add(SectionType,String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Add Method : Add(SectionType,String) Method
SectionType of the new section.
Name of the new section, must be unique within the report.
Adds the specified SectionType to the SectionCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal type As SectionType, _
   ByVal name As String _
) As Section
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.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List