ActiveReports 13
ControlCollection Class Members
Properties  Methods  Events

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ControlCollection Class

The following tables list the members exposed by ControlCollection.

Public Constructors
 NameDescription
Public Constructor Initializes a new instance of the ControlCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyOverloaded. Returns a control in the collection at the specified index or with a specified name.  
Top
Public Methods
 NameDescription
Public MethodAdds the specified control to the control collection.  
Public MethodAdds an array of ARControl objects to the collection.  
Public MethodRemoves all controls which were added to the collection using the Add method.  
Public MethodDetermines whether the specified control is a member of the collection.  
Public MethodCopies the controls collection from the specified report to a controls collection at the specified index.  
Public MethodReleases an instance of the control from the memory.  
Public MethodRetrieves the index of the specified control in the control collection.  
Public MethodInserts the control specified in the value parameter at the specified index.  
Public MethodRemoves the specified control from the control collection.  
Public MethodRemoves the control from the collection at the specified index.  
Top
Public Events
 NameDescription
Public EventRaised when an ARControl is added to or removed from the collection.  
Top
See Also

Reference

ControlCollection Class
GrapeCity.ActiveReports.SectionReportModel Namespace