ParameterCollection Class

Definition

Represents a collection of Parameter objects.

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

Properties

Name Description
Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

ToNameValueCollection

Converts the collection to a NameValueCollection.

Methods

Name Description
GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to