ActiveReports Developer 7
SectionCollection Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace : SectionCollection Class

Glossary Item Box

Represents a collection of all sections (Section objects) in the report layout. 

Object Model

SectionCollection Class

Syntax

Visual Basic (Declaration) 
Public Class SectionCollection 
   Inherits System.Collections.CollectionBase
C# 
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
      GrapeCity.ActiveReports.SectionCollection

See Also