GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ControlCollection Class |
The following tables list the members exposed by ControlCollection.
Name | Description | |
---|---|---|
ControlCollection Constructor | Initializes a new instance of the ControlCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Returns a control in the collection at the specified index or with a specified name. |
Name | Description | |
---|---|---|
Add | Adds the specified control to the control collection. | |
AddRange | Adds an array of ARControl objects to the collection. | |
Clear | 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 | Releases an instance of the control from the memory. | |
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 | Removes the control from the collection at the specified index. | |
RemoveNoDestroy | Removes control from the collection but does not destroy the control, used for communicating between designer/engine (moving controls across sections) |