Compartir a través de


Clase ReportParameterInfoCollection

Una colección de objetos ReportParameterInfo.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
    Microsoft.Reporting.WebForms.ReportParameterInfoCollection

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
    Inherits ReadOnlyCollection(Of ReportParameterInfo)
'Uso
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportParameterInfo>
    end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>

El tipo ReportParameterInfoCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Propiedad pública Item[Int32] (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Propiedad pública Item[String] Devuelve un elemento con nombre desde ReportParameterInfoCollection.
Propiedad protegida Items (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)

Arriba

Métodos

  Nombre Descripción
Método público Contains (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Método público CopyTo (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IndexOf (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Método protegido MemberwiseClone (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 ICollection<T>.Add (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Add (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado ICollection<T>.Clear (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Clear (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList<T>.Insert (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada IList<T>.Item (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.Item (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado ICollection<T>.Remove (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList<T>.RemoveAt (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasMétodo privado IList.RemoveAt (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de ReadOnlyCollection<ReportParameterInfo>.)

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.Reporting.WebForms