GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ParameterCollection Class |
The following tables list the members exposed by ParameterCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CustomPropertyDefinitionCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase) | |
IsReadOnly | True if this collection can not be modified. | |
Item | Gets or sets a specific Parameter object in the ParameterCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a Parameter object to the ParameterCollection. | |
AddRange | Adds a ParameterCollection to the existing ParameterCollection. | |
Clear | Removes all objects from the DataGroupingCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Checks whether parameter is contained withing this collection. | |
CopyTo | Copies contents of this collection to given array starting from specified index. | |
IndexOf | Determines the index of a specific Parameter object in the ParameterCollection. | |
Insert | Inserts a Parameter object to the ParameterCollection. | |
Remove | Removes the parameter from this collection. | |
RemoveAt | Removes the element at the specified index of the DataCellCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |