ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class
Properties Methods Events

In This Topic
    SectionCollection Class Members
    In This Topic

    The following tables list the members exposed by SectionCollection.

    Public Properties
     NameDescription
    Public PropertyOverloaded. Returns a reference to a Section in the SectionCollection using its index or unique name.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified GrapeCity.ActiveReports.Extensibility.Layout.
    ILayoutSection.SectionType (in GrapeCity.ActiveReports.Core.Rendering.dll) to the SectionCollection.  
    Public MethodRemove all sections from the collection.  
    Public MethodDetermines whether the specified section object exists in the collection.  
    Public MethodCopies the Sections collection from the specified report to a Sections collection at the specified index.  
    Public MethodReleases the section collection from memory.  
    Public Method

    Determines the specific index of the specified section in the collection.

     
    Public MethodOverloaded. Inserts a section into the collection at the specified index.  
    Public MethodOverloaded. Inserts a group header and a matching group footer into the SectionCollection with the default names GroupHeader1,GroupFooter1; where 1 is an order number.  
    Public MethodInserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number.  
    Public MethodInserts a report header and a matching report footer into the SectionCollection.  
    Public MethodOverloaded. Removes the specified Section from the SectionCollection if it exists.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the members of the SectionCollection have changed.  
    Top
    See Also