Partager via


ReportDataSourceCollection Classe

Définition

public ref class ReportDataSourceCollection sealed : Microsoft::Reporting::WebForms::SyncList<Microsoft::Reporting::WebForms::ReportDataSource ^>, System::Runtime::Serialization::ISerializable
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReportDataSourceCollection : Microsoft.Reporting.WebForms.SyncList<Microsoft.Reporting.WebForms.ReportDataSource>, System.Runtime.Serialization.ISerializable
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReportDataSourceCollection = class
    inherit SyncList<ReportDataSource>
    interface ISerializable
Public NotInheritable Class ReportDataSourceCollection
Inherits SyncList(Of ReportDataSource)
Implements ISerializable
Héritage
Collection<TListType>
ReportDataSourceCollection
Attributs
Implémente

Propriétés

Item[String]

Méthodes

ClearItems() (Hérité de SyncList<TListType>)
InsertItem(Int32, TListType) (Hérité de SyncList<TListType>)
RemoveItem(Int32) (Hérité de SyncList<TListType>)
SetItem(Int32, TListType) (Hérité de SyncList<TListType>)

Implémentations d’interfaces explicites

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

S’applique à