ActiveReports3 Request technical support
ControlCollection Class
See Also  Members  


Represents a collection of ARControl objects.

Object Model

Syntax

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

See Also