ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class
Members

In This Topic
    SectionCollection Class
    In This Topic
    Represents a collection of all sections (Section objects) in the report layout. 
    Object Model
    SectionCollection 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
          GrapeCity.ActiveReports.SectionCollection

    See Also