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> から継承されています。)

Top

メソッド

  名前 説明
パブリック メソッド 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 から継承されています。)

Top

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド 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> から継承されています。)

Top

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Reporting.WinForms 名前空間