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

説明

このクラスは、ReportParametersEventArgsParameters プロパティによって参照されます。

スレッド セーフ

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

関連項目

参照

Microsoft.Reporting.WinForms 名前空間