ReportDataSourceCollection クラス
ReportDataSource オブジェクトのコレクションを含んでいます。
継承階層
Object
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
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceCollection : SyncList<ReportDataSource>,
ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReportDataSourceCollection sealed : public SyncList<ReportDataSource^>,
ISerializable
[<Sealed>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceCollection =
class
inherit SyncList<ReportDataSource>
interface ISerializable
end
public final class ReportDataSourceCollection extends SyncList<ReportDataSource> implements ISerializable
ReportDataSourceCollection 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Count | Collection に実際に格納されている要素の数を取得します。 (Collection<ReportDataSource> から継承されます。) | |
Item(Int32) | 指定したインデックスにある要素を取得または設定します。 (Collection<ReportDataSource> から継承されます。) | |
Item[String] | コレクションから指定された名前に一致するレポートのデータ ソースを返します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Add | Collection の末尾にオブジェクトを追加します。 (Collection<ReportDataSource> から継承されます。) | |
Clear | Collection からすべての要素を削除します。 (Collection<ReportDataSource> から継承されます。) | |
Contains | ある要素が Collection 内に存在するかどうかを判断します。 (Collection<ReportDataSource> から継承されます。) | |
CopyTo | Collection 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。 (Collection<ReportDataSource> から継承されます。) | |
Equals | 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
GetEnumerator | Collection を反復処理する列挙子を返します。 (Collection<ReportDataSource> から継承されます。) | |
GetHashCode | 既定のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
IndexOf | 指定したオブジェクトを検索し、Collection 全体内で最初に見つかった位置の 0 から始まるインデックスを返します。 (Collection<ReportDataSource> から継承されます。) | |
Insert | Collection 内の指定したインデックスの位置に要素を挿入します。 (Collection<ReportDataSource> から継承されます。) | |
Remove | Collection 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<ReportDataSource> から継承されます。) | |
RemoveAt | Collection の指定したインデックスにある要素を削除します。 (Collection<ReportDataSource> から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ISerializable.GetObjectData | インフラストラクチャ。 | |
System#Collections#IList#Add | IList に項目を追加します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#Contains | IList に特定の値が格納されているかどうかを判断します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#ICollection#CopyTo | ICollection の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IEnumerable#GetEnumerator | コレクションを反復処理する列挙子を返します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#IndexOf | IList 内での指定した項目のインデックスを調べます。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#Insert | IList 内の指定したインデックスの位置に項目を挿入します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#IsFixedSize | IList が固定サイズかどうかを示す値を取得します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | ICollection が読み取り専用かどうかを示す値を取得します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#IsReadOnly | IList が読み取り専用かどうかを示す値を取得します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#ICollection#IsSynchronized | ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#Item | 指定したインデックスにある要素を取得または設定します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#IList#Remove | IList 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<ReportDataSource> から継承されます。) | |
System#Collections#ICollection#SyncRoot | ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。 (Collection<ReportDataSource> から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。