Compartir a través de


ReportParameterCollection Miembros

A collection of ReportParameter objects. This class cannot be inherited.

El tipo ReportParameterCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método protegido BaseAdd (Se hereda de NameObjectCollectionBase).
Método protegido BaseClear (Se hereda de NameObjectCollectionBase).
Método protegido BaseGet (Se hereda de NameObjectCollectionBase).
Método protegido BaseGet (Se hereda de NameObjectCollectionBase).
Método protegido BaseGetAllKeys (Se hereda de NameObjectCollectionBase).
Método protegido BaseGetAllValues (Se hereda de NameObjectCollectionBase).
Método protegido BaseGetAllValues (Se hereda de NameObjectCollectionBase).
Método protegido BaseGetKey (Se hereda de NameObjectCollectionBase).
Método protegido BaseHasKeys (Se hereda de NameObjectCollectionBase).
Método protegido BaseRemove (Se hereda de NameObjectCollectionBase).
Método protegido BaseRemoveAt (Se hereda de NameObjectCollectionBase).
Método protegido BaseSet (Se hereda de NameObjectCollectionBase).
Método protegido BaseSet (Se hereda de NameObjectCollectionBase).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator (Se hereda de NameObjectCollectionBase).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de NameObjectCollectionBase).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico OnDeserialization (Se hereda de NameObjectCollectionBase).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública Count (Se hereda de NameObjectCollectionBase).
Propiedad protegida IsReadOnly (Se hereda de NameObjectCollectionBase).
Propiedad pública IsValid Indicates whether all of the report parameters have been correctly specified.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública Keys (Se hereda de NameObjectCollectionBase).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de NameObjectCollectionBase).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de NameObjectCollectionBase).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de NameObjectCollectionBase).

Principio