ActiveReports3 Request technical support
SectionCollection Class
See Also  Members  


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

Object Model

Syntax

Visual Basic (Declaration) 
Public Class SectionCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As SectionCollection
C# 
public class SectionCollection : 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

See Also