Compartir a través de


ReportParameterCollection Miembros

Contains a collection of ReportParameter objects. This class cannot be inherited.

El tipo ReportParameterCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReportParameterCollection Initializes a new instance of ReportParameter.

Principio

Métodos

  Nombre Descripción
Método publico Add(ReportParameter) Adds a ReportParameter to the end of the collection.
Método publico Add(String, String) Creates and adds a ReportParameter, with the specified name and value, to the end of the collection.
Método publico Clear Removes all elements from the collection.
Método publico Contains(String) Indicates whether the collection contains a ReportParameter that has the specified name.
Método publico Contains(ReportParameter) Indicates whether the collection contains a specified ReportParameter.
Método publico CopyTo(ReportParameterCollection) Copies the entire collection to the end of a ReportParameterCollection.
Método publico CopyTo(Array, Int32) Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico Find Gets the ReportParameter that has the specified name from the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico IndexOf(String) Gets the index of a ReportParameter that has the specified name.
Método publico IndexOf(ReportParameter) Gets the index of a specified ReportParameter.
Método publico Insert(Int32, ReportParameter) Inserts a ReportParameter into the collection at the specified index.
Método publico Insert(Int32, String, String) Creates and inserts a ReportParameter, with the specified name and value, into the collection at the specified index.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove(String) Removes the ReportParameter with the specified name from the collection.
Método publico Remove(ReportParameter) Removes the specified ReportParameter from the collection.
Método publico RemoveAt Removes the ReportParameter at the specified index from the collection.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of ReportParameter objects in the collection.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the ReportParameter at the specified index from the collection.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the ReportParameter that has the specified name from the collection.

Principio