ActiveReports 6 Online Help
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.
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

Reference

SectionCollection Class
SectionCollection Members
Overload List

Send Feedback