ActiveReports 8
Add(SectionType,String) Method
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also