ActiveReports Developer 7
ControlCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ControlCollection Class

Glossary Item Box

The following tables list the members exposed by ControlCollection.

Public Constructors

 NameDescription
Public ConstructorControlCollection Constructor Initializes a new instance of the ControlCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Returns a control in the collection at the specified index or with a specified name.  
Top

Public Methods

 NameDescription
Public MethodAddAdds the specified control to the control collection.  
Public MethodAddRangeAdds an array of ARControl objects to the collection.  
Public MethodClearRemoves all controls which were added to the collection using the Add method.  
Public MethodContainsDetermines whether the specified control is a member of the collection.  
Public MethodCopyToCopies the controls collection from the specified report to a controls collection at the specified index.  
Public MethodDisposeReleases an instance of the control from the memory.  
Public MethodIndexOfRetrieves the index of the specified control in the control collection.  
Public MethodInsertInserts the control specified in the value parameter at the specified index.  
Public MethodRemoveRemoves the specified control from the control collection.  
Public MethodRemoveAtRemoves the control from the collection at the specified index.  
Top

Public Events

 NameDescription
Public EventChangedRaised when an ARControl is added to or removed from the collection.  
Top

See Also