ActiveReports 6 Online Help
SectionCollection Class
Members 

Represents a collection of all sections (Section objects) in the report layout. 
Object Model
SectionCollection ClassSection Class
Syntax
'Declaration
 
Public Class SectionCollection 
   Inherits System.Collections.CollectionBase
public class SectionCollection : System.Collections.CollectionBase 
Remarks
The collection provides access to the removal or addition of sections, as well as access to the individual sections within the report.  You can use the collection to create dynamic reports at run time.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      DataDynamics.ActiveReports.SectionCollection

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 Members
DataDynamics.ActiveReports Namespace
Section Class
Detail Class
GroupFooter Class
GroupHeader Class
PageFooter Class
PageHeader Class
ReportFooter Class
ReportHeader Class

Send Feedback