ReportParameterCollection Class
Updated: February 25, 2016
A collection of ReportParameter objects. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
System.Collections.Specialized::NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering::ReportParameterCollection
| Name | Description | |
|---|---|---|
![]() | AsNameValueCollection | Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index. |
![]() | Count | (Inherited from NameObjectCollectionBase.) |
![]() | IsValid | Indicates whether all of the report parameters have been correctly specified. |
![]() | Item[Int32] | Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() | Item[String^] | Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() | Keys | (Inherited from NameObjectCollectionBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from NameObjectCollectionBase.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from NameObjectCollectionBase.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnDeserialization(Object^) | (Inherited from NameObjectCollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from NameObjectCollectionBase.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from NameObjectCollectionBase.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from NameObjectCollectionBase.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




