ReportParameterCollection Class

Definition

Represents a collection of ReportParameter objects.

public ref class ReportParameterCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^>
public sealed class ReportParameterCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter>
type ReportParameterCollection = class
    inherit ReportElementCollectionBase<ReportParameter>
Public NotInheritable Class ReportParameterCollection
Inherits ReportElementCollectionBase(Of ReportParameter)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Item[String]

Gets the ReportParameter that has the specified name.

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to