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