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 | |
---|---|---|
Count | (Geerbt von Collection<ReportDataSource>.) | |
Item[Int32] | (Geerbt von Collection<ReportDataSource>.) | |
Item[String] | Gibt eine Berichtsdatenquelle aus der Auflistung zurück, die mit einem angegebenen Namen übereinstimmt. | |
Items | (Geerbt von Collection<ReportDataSource>.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Add | (Geerbt von Collection<ReportDataSource>.) | |
Clear | (Geerbt von Collection<ReportDataSource>.) | |
ClearItems | Infrastruktur (Geerbt von SyncList<TListType>.) | |
Contains | (Geerbt von Collection<ReportDataSource>.) | |
CopyTo | (Geerbt von Collection<ReportDataSource>.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | (Geerbt von Collection<ReportDataSource>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
IndexOf | (Geerbt von Collection<ReportDataSource>.) | |
Insert | (Geerbt von Collection<ReportDataSource>.) | |
InsertItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
MemberwiseClone | (Geerbt von Object.) | |
Remove | (Geerbt von Collection<ReportDataSource>.) | |
RemoveAt | (Geerbt von Collection<ReportDataSource>.) | |
RemoveItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
SetItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ISerializable.GetObjectData | Infrastruktur | |
IList.Add | (Geerbt von Collection<ReportDataSource>.) | |
IList.Contains | (Geerbt von Collection<ReportDataSource>.) | |
ICollection.CopyTo | (Geerbt von Collection<ReportDataSource>.) | |
IEnumerable.GetEnumerator | (Geerbt von Collection<ReportDataSource>.) | |
IList.IndexOf | (Geerbt von Collection<ReportDataSource>.) | |
IList.Insert | (Geerbt von Collection<ReportDataSource>.) | |
IList.IsFixedSize | (Geerbt von Collection<ReportDataSource>.) | |
ICollection<T>.IsReadOnly | (Geerbt von Collection<ReportDataSource>.) | |
IList.IsReadOnly | (Geerbt von Collection<ReportDataSource>.) | |
ICollection.IsSynchronized | (Geerbt von Collection<ReportDataSource>.) | |
IList.Item | (Geerbt von Collection<ReportDataSource>.) | |
IList.Remove | (Geerbt von Collection<ReportDataSource>.) | |
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.