Compartir a través de


Clase ReportDataSourceCollection

Contiene una colección de objetos ReportDataSource.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.Collection<ReportDataSource>
    Microsoft.Reporting.WebForms.SyncList<ReportDataSource>
      Microsoft.Reporting.WebForms.ReportDataSourceCollection

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

Sintaxis

'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
    Inherits SyncList(Of ReportDataSource) _
    Implements ISerializable
'Uso
Dim instance As ReportDataSourceCollection
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceCollection : SyncList<ReportDataSource>, 
    ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReportDataSourceCollection sealed : public SyncList<ReportDataSource^>, 
    ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceCollection =  
    class
        inherit SyncList<ReportDataSource>
        interface ISerializable
    end
public final class ReportDataSourceCollection extends SyncList<ReportDataSource> implements ISerializable

El tipo ReportDataSourceCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de Collection<ReportDataSource>.)
Propiedad pública Item[Int32] (Se hereda de Collection<ReportDataSource>.)
Propiedad pública Item[String] Devuelve un origen de datos de informe de la colección que coincide con un nombre especificado.
Propiedad protegida Items (Se hereda de Collection<ReportDataSource>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Collection<ReportDataSource>.)
Método público Clear (Se hereda de Collection<ReportDataSource>.)
Método protegido ClearItems Infraestructura. (Se hereda de SyncList<TListType>.)
Método público Contains (Se hereda de Collection<ReportDataSource>.)
Método público CopyTo (Se hereda de Collection<ReportDataSource>.)
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<ReportDataSource>.)
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<ReportDataSource>.)
Método público Insert (Se hereda de Collection<ReportDataSource>.)
Método protegido InsertItem Infraestructura. (Se hereda de SyncList<TListType>.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove (Se hereda de Collection<ReportDataSource>.)
Método público RemoveAt (Se hereda de Collection<ReportDataSource>.)
Método protegido RemoveItem Infraestructura. (Se hereda de SyncList<TListType>.)
Método protegido SetItem Infraestructura. (Se hereda de SyncList<TListType>.)
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 ISerializable.GetObjectData Infraestructura.
Implementación de interfaces explícitasMétodo privado IList.Add (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada IList.Item (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de Collection<ReportDataSource>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Collection<ReportDataSource>.)

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