ActiveReports Developer 7
Add(SectionType,String) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Add Method : Add(SectionType,String) Method

type
SectionType of the new section.
name
Name of the new section, must be unique within the report.

Glossary Item Box

Adds the specified SectionType to the SectionCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal type As SectionType, _
   ByVal name As System.String _
) As Section
C# 
public Section Add( 
   SectionType type,
   System.string name
)

Parameters

type
SectionType of the new section.
name
Name of the new section, must be unique within the report.

See Also