ReportParameterCollection クラス
ReportParameter オブジェクトのコレクションを表します。
継承階層
System.Object
System.Collections.ObjectModel.Collection<ReportParameter>
Microsoft.Reporting.WinForms.ReportParameterCollection
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public NotInheritable Class ReportParameterCollection _
Inherits Collection(Of ReportParameter)
'使用
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : Collection<ReportParameter>
public ref class ReportParameterCollection sealed : public Collection<ReportParameter^>
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit Collection<ReportParameter>
end
public final class ReportParameterCollection extends Collection<ReportParameter>
ReportParameterCollection 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ReportParameterCollection | ReportParameterCollection クラスの新しいインスタンスを初期化します。 |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Count | (Collection<ReportParameter> から継承されています。) | |
Item[Int32] | (Collection<ReportParameter> から継承されています。) | |
Item[String] | 指定した名前の ReportParameter オブジェクトをコレクションから取得します。 | |
Items | (Collection<ReportParameter> から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
Add | (Collection<ReportParameter> から継承されています。) | |
Clear | (Collection<ReportParameter> から継承されています。) | |
ClearItems | (Collection<ReportParameter> から継承されています。) | |
Contains | (Collection<ReportParameter> から継承されています。) | |
CopyTo | (Collection<ReportParameter> から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | (Collection<ReportParameter> から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf | (Collection<ReportParameter> から継承されています。) | |
Insert | (Collection<ReportParameter> から継承されています。) | |
InsertItem | (Collection<ReportParameter> から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
Remove | (Collection<ReportParameter> から継承されています。) | |
RemoveAt | (Collection<ReportParameter> から継承されています。) | |
RemoveItem | (Collection<ReportParameter> から継承されています。) | |
SetItem | (Collection<ReportParameter> から継承されています。) | |
ToString | (Object から継承されています。) |
Top
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList.Add | (Collection<ReportParameter> から継承されています。) | |
IList.Contains | (Collection<ReportParameter> から継承されています。) | |
ICollection.CopyTo | (Collection<ReportParameter> から継承されています。) | |
IEnumerable.GetEnumerator | (Collection<ReportParameter> から継承されています。) | |
IList.IndexOf | (Collection<ReportParameter> から継承されています。) | |
IList.Insert | (Collection<ReportParameter> から継承されています。) | |
IList.IsFixedSize | (Collection<ReportParameter> から継承されています。) | |
ICollection<T>.IsReadOnly | (Collection<ReportParameter> から継承されています。) | |
IList.IsReadOnly | (Collection<ReportParameter> から継承されています。) | |
ICollection.IsSynchronized | (Collection<ReportParameter> から継承されています。) | |
IList.Item | (Collection<ReportParameter> から継承されています。) | |
IList.Remove | (Collection<ReportParameter> から継承されています。) | |
ICollection.SyncRoot | (Collection<ReportParameter> から継承されています。) |
Top
説明
このクラスは、ReportParametersEventArgs の Parameters プロパティによって参照されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。