다음을 통해 공유


ReportDataSourceCollection 클래스

정의

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
상속
Collection<TListType>
ReportDataSourceCollection
특성
구현

속성

Item[String]

메서드

ClearItems() (다음에서 상속됨 SyncList<TListType>)
InsertItem(Int32, TListType) (다음에서 상속됨 SyncList<TListType>)
RemoveItem(Int32) (다음에서 상속됨 SyncList<TListType>)
SetItem(Int32, TListType) (다음에서 상속됨 SyncList<TListType>)

명시적 인터페이스 구현

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

적용 대상