Compartir a través de


Clase ReportParameterCollection

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

Jerarquía de herencia

System.Object
  System.Collections.Specialized.NameObjectCollectionBase
    Microsoft.ReportingServices.ReportRendering.ReportParameterCollection

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ReportParameterCollection _
    Inherits NameObjectCollectionBase
'Uso
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =  
    class 
        inherit NameObjectCollectionBase 
    end
public final class ReportParameterCollection extends NameObjectCollectionBase

El tipo ReportParameterCollection expone los siguientes miembros.

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 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.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetEnumerator (Se hereda de NameObjectCollectionBase.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de NameObjectCollectionBase.)
Método público GetType (Se hereda de Object.)
Método público OnDeserialization (Se hereda de NameObjectCollectionBase.)
Método público ToString (Se hereda de Object.)

Arriba

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.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering