See Also

ControlCollection Class  | DataDynamics.ActiveReports Namespace

See Also ActiveReports Send feedback to Data Dynamics

ControlCollection Class Members

ControlCollection overview

Public Constructors

Public Constructor ControlCollection Constructor  Initializes a new instance of the ControlCollection class.

Public Properties

Public Property Count (Inherited from System.Collections.CollectionBase)Gets the total number of ARControl objects in the collection.
Public Property Item Overloaded. Returns a control in the collection at the specified index or with a specified name.

Public Methods

Public Method Add Adds the specified control to the control collection.
Public Method AddRange Adds an array of ARControl objects to the collection.
Public Method Clear (Inherited from System.Collections.CollectionBase)Removes all controls which were added to the collection using the Add method.
Public Method Contains Determines whether the specified control is a member of the collection.
Public Method CopyTo Copies the controls collection from the specified report to a controls collection at the specified index.
Public Method Dispose  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)Returns an enumerator that can iterate through the collection of controls.
Public Method IndexOf Retrieves the index of the specified control in the control collection.
Public Method Insert Inserts the control specified in the value parameter at the specified index.
Public Method Remove Removes the specified control from the control collection.
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)Removes the control at the specified index from the control collection.

Public Events

Public Event Changed Raised when an ARControl is added or removed from the collection.

See Also

ControlCollection Class  | DataDynamics.ActiveReports Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.