ControlCollection Constructor | Initializes a new instance of the ControlCollection class. |
Count (Inherited from System.Collections.CollectionBase) | Gets the total number of ARControl objects in the collection. |
Item | Overloaded. Returns a control in the collection at the specified index or with a specified name. |
Add | Adds the specified control to the control collection. |
AddRange | Adds an array of ARControl objects to the collection. |
Clear (Inherited from System.Collections.CollectionBase) | Removes all controls which were added to the collection using the Add method. |
Contains | Determines whether the specified control is a member of the collection. |
CopyTo | Copies the controls collection from the specified report to a controls collection at the specified index. |
Dispose | |
GetEnumerator (Inherited from System.Collections.CollectionBase) | Returns an enumerator that can iterate through the collection of controls. |
IndexOf | Retrieves the index of the specified control in the control collection. |
Insert | Inserts the control specified in the value parameter at the specified index. |
Remove | Removes the specified control from the control collection. |
RemoveAt (Inherited from System.Collections.CollectionBase) | Removes the control at the specified index from the control collection. |
Changed | Raised when an ARControl is added or removed from the collection. |
ControlCollection Class | DataDynamics.ActiveReports Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.