ActiveReports 12
ControlCollection Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ControlCollection Class
Represents a collection of ARControl objects.
Object Model
ControlCollection Class
Syntax
'Declaration
 
Public Class ControlCollection 
   Inherits System.Collections.CollectionBase
public class ControlCollection : System.Collections.CollectionBase 
Remarks
The Add and Remove methods enable you to add or remove controls from the collection.  You can also use the AddRange or Clear methods to add or remove all controls from the collection.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.SectionReportModel.ControlCollection

See Also

Reference

ControlCollection Members
GrapeCity.ActiveReports.SectionReportModel Namespace