ReportParameterCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of ReportParameter objects. This class cannot be inherited.
The ReportParameterCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ReportParameterCollection() | Initializes a new instance of ReportParameter. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add(ReportParameter) | Adds a ReportParameter to the end of the collection. | 
| .gif) | Add(String, String) | Creates and adds a ReportParameter, with the specified name and value, to the end of the collection. | 
| .gif) | Clear() | Removes all elements from the collection. | 
| .gif) | Contains(String) | Indicates whether the collection contains a ReportParameter that has the specified name. | 
| .gif) | Contains(ReportParameter) | Indicates whether the collection contains a specified ReportParameter. | 
| .gif) | CopyTo(ReportParameterCollection) | Copies the entire collection to the end of a ReportParameterCollection. | 
| .gif) | CopyTo(Array, Int32) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | Find(String) | Gets the ReportParameter that has the specified name from the collection. | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | IndexOf(String) | Gets the index of a ReportParameter that has the specified name. | 
| .gif) | IndexOf(ReportParameter) | Gets the index of a specified ReportParameter. | 
| .gif) | Insert(Int32, ReportParameter) | Inserts a ReportParameter into the collection at the specified index. | 
| .gif) | Insert(Int32, String, String) | Creates and inserts a ReportParameter, with the specified name and value, into the collection at the specified index. | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | Remove(String) | Removes the ReportParameter with the specified name from the collection. | 
| .gif) | Remove(ReportParameter) | Removes the specified ReportParameter from the collection. | 
| .gif) | RemoveAt(Int32) | Removes the ReportParameter at the specified index from the collection. | 
| .gif) | ToString() | (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of ReportParameter objects in the collection. | 
| .gif) | Item[Int32] | Gets the ReportParameter at the specified index from the collection. | 
| .gif) | Item[String] | Gets the ReportParameter that has the specified name from the collection. | 
Top
Explicit Interface Implementations
Top
.gif)
.gif)
.gif)