ReportParameterCollection Class
Updated: February 25, 2016
Represents a collection of ReportParameter objects.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ReportElementCollectionBase<T>
Microsoft.ReportingServices.OnDemandReportRendering::ReportParameterCollection
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection.(Overrides ReportElementCollectionBase<T>::Count.) |
![]() | Item[Int32] | Gets the item at the specified index.(Overrides ReportElementCollectionBase<T>::Item[Int32].) |
![]() | Item[String^] | Gets the ReportParameter that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Gets the enumerator for this ReportElementCollectionBase<T>.(Inherited from ReportElementCollectionBase<T>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the enumerator that iterates through the collection.(Inherited from ReportElementCollectionBase<T>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



