ReportDataSourceCollection 클래스

ReportDataSource 개체의 컬렉션을 포함합니다.

상속 계층

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

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
    Inherits SyncList(Of ReportDataSource) _
    Implements ISerializable
‘사용 방법
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

ReportDataSourceCollection 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count (Collection<ReportDataSource>에서 상속됨)
공용 속성 Item[Int32] (Collection<ReportDataSource>에서 상속됨)
공용 속성 Item[String] 지정한 이름과 일치하는 보고서 데이터 소스를 컬렉션에서 반환합니다.
보호된 속성 Items (Collection<ReportDataSource>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add (Collection<ReportDataSource>에서 상속됨)
공용 메서드 Clear (Collection<ReportDataSource>에서 상속됨)
보호된 메서드 ClearItems 인프라입니다. (SyncList<TListType>에서 상속됨)
공용 메서드 Contains (Collection<ReportDataSource>에서 상속됨)
공용 메서드 CopyTo (Collection<ReportDataSource>에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (Collection<ReportDataSource>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (Collection<ReportDataSource>에서 상속됨)
공용 메서드 Insert (Collection<ReportDataSource>에서 상속됨)
보호된 메서드 InsertItem 인프라입니다. (SyncList<TListType>에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove (Collection<ReportDataSource>에서 상속됨)
공용 메서드 RemoveAt (Collection<ReportDataSource>에서 상속됨)
보호된 메서드 RemoveItem 인프라입니다. (SyncList<TListType>에서 상속됨)
보호된 메서드 SetItem 인프라입니다. (SyncList<TListType>에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ISerializable.GetObjectData 인프라입니다.
명시적 인터페이스 구현전용 메서드 IList.Add (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Contains (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICollection.CopyTo (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IEnumerable.GetEnumerator (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.IndexOf (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Insert (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsFixedSize (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection<T>.IsReadOnly (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsReadOnly (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.IsSynchronized (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.Item (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Remove (Collection<ReportDataSource>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.SyncRoot (Collection<ReportDataSource>에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.Reporting.WinForms 네임스페이스