Compartir a través de


Clase ReportParameterCollection

Represents a collection of ReportParameter objects.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<ReportParameter>
    Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterCollection

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

Sintaxis

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

El tipo ReportParameterCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items in the collection. (Invalida ReportElementCollectionBase<T>.Count.)
Propiedad pública Item[Int32] Gets the item at the specified index. (Invalida ReportElementCollectionBase<T>.Item[Int32].)
Propiedad pública Item[String] Gets the ReportParameter that has the specified name.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. (Se hereda de ReportElementCollectionBase<T>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
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 IEnumerable.GetEnumerator Infraestructura. Gets the enumerator that iterates through the collection. (Se hereda de ReportElementCollectionBase<T>.)

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