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