Freigeben über


ReportDataSourceCollection-Klasse

Enthält eine Auflistung von ReportDataSource-Objekten.

Vererbungshierarchie

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

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
    Inherits SyncList(Of ReportDataSource) _
    Implements ISerializable
'Usage
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

Der ReportDataSourceCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von Collection<ReportDataSource>.)
Öffentliche Eigenschaft Item[Int32] (Geerbt von Collection<ReportDataSource>.)
Öffentliche Eigenschaft Item[String] Gibt eine Berichtsdatenquelle aus der Auflistung zurück, die mit einem angegebenen Namen übereinstimmt.
Geschützte Eigenschaft Items (Geerbt von Collection<ReportDataSource>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode Clear (Geerbt von Collection<ReportDataSource>.)
Geschützte Methode ClearItems Infrastruktur (Geerbt von SyncList<TListType>.)
Öffentliche Methode Contains (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode CopyTo (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode Insert (Geerbt von Collection<ReportDataSource>.)
Geschützte Methode InsertItem Infrastruktur (Geerbt von SyncList<TListType>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove (Geerbt von Collection<ReportDataSource>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<ReportDataSource>.)
Geschützte Methode RemoveItem Infrastruktur (Geerbt von SyncList<TListType>.)
Geschützte Methode SetItem Infrastruktur (Geerbt von SyncList<TListType>.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ISerializable.GetObjectData Infrastruktur
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<ReportDataSource>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<ReportDataSource>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.Reporting.WebForms-Namespace