GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ParameterCollection Class |
The following tables list the members exposed by ParameterCollection.
Name | Description | |
---|---|---|
ParameterCollection Constructor | Creates a new instance of ParameterCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the ParameterCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the ParameterCollection instance. (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets the Parameter from the ParameterCollection. |
Name | Description | |
---|---|---|
Add | Adds Parameter item to this collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Determines if a Parameter is in this collection. | |
CopyTo | Copies this collection of Parameter items to the array. | |
Remove | Removes the Parameter from this collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |