Compartir a través de


Clase RdlCollection<T>

Represents an RDL collection.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
        Microsoft.ReportingServices.RdlObjectModel.DataCell
        Microsoft.ReportingServices.RdlObjectModel.DataRow
        Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
        Microsoft.ReportingServices.RdlObjectModel.MetadataValues
        Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class RdlCollection(Of T) _
    Inherits RdlCollectionBase(Of T)
'Uso
Dim instance As RdlCollection(Of T)
public class RdlCollection<T> : RdlCollectionBase<T>
generic<typename T>
public ref class RdlCollection : public RdlCollectionBase<T>
type RdlCollection<'T> =  
    class 
        inherit RdlCollectionBase<'T>
    end
JScript no admite tipos y métodos genéricos.

Parámetros de tipo

  • T
    The type of the collection.

El tipo RdlCollection<T> expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público RdlCollection<T>() Initializes a new instance of the RdlCollection<T> class.
Método público RdlCollection<T>(IEnumerable<T>) Infraestructura. Initializes a new instance of the RdlCollection<T> class.
Método público RdlCollection<T>(IContainedObject) Initializes a new instance of the RdlCollection<T> class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de Collection<T>.)
Propiedad pública Item (Se hereda de Collection<T>.)
Propiedad protegida Items (Se hereda de Collection<T>.)
Propiedad pública Parent Gets or sets the parent object. (Se hereda de RdlCollectionBase<T>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Collection<T>.)
Método público Clear (Se hereda de Collection<T>.)
Método protegido ClearItems Infraestructura. Removes all the items in the collection. (Invalida Collection<T>.ClearItems().)
Método público Contains (Se hereda de Collection<T>.)
Método público CopyTo (Se hereda de Collection<T>.)
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 Collection<T>.)
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 Collection<T>.)
Método público Insert (Se hereda de Collection<T>.)
Método protegido InsertItem Infraestructura. Inserts an item in the collection. (Invalida RdlCollectionBase<T>.InsertItem(Int32, T).)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnCollectionChanged Infraestructura. Raises the CollectionChanged event.
Método público Remove (Se hereda de Collection<T>.)
Método público RemoveAt (Se hereda de Collection<T>.)
Método protegido RemoveItem Infraestructura. Removes an item from the collection. (Invalida Collection<T>.RemoveItem(Int32).)
Método protegido SetItem Infraestructura. Replaces an item in the collection. (Invalida RdlCollectionBase<T>.SetItem(Int32, T).)
Método público ToString (Se hereda de Object.)

Arriba

Eventos

  Nombre Descripción
Evento público CollectionChanged Infraestructura. Occurs when the collection has been changed.

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add Infraestructura. Adds an object to the end of the collection. (Se hereda de RdlCollectionBase<T>.)
Implementación de interfaces explícitasPropiedad privada IList.Item Infraestructura. Gets or sets the element at the specified index. (Se hereda de RdlCollectionBase<T>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de Collection<T>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Collection<T>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Collection<T>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de Collection<T>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de Collection<T>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de Collection<T>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de Collection<T>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de Collection<T>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Collection<T>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de Collection<T>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Collection<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.RdlObjectModel