次の方法で共有


ReportParameterDefaultCollection クラス

レポート パラメーターのコレクションを表します。このクラスは、OverrideParameters プロパティによって参照されます。

継承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'ReportParameter> ) > ) >
    Microsoft.ReportingServices.SharePoint.UI.WebParts..::..ReportParameterDefaultCollection

名前空間:  Microsoft.ReportingServices.SharePoint.UI.WebParts
アセンブリ:  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
    Inherits Collection(Of ReportParameter)
'使用
Dim instance As ReportParameterDefaultCollection
[SerializableAttribute]
public class ReportParameterDefaultCollection : Collection<ReportParameter>
[SerializableAttribute]
public ref class ReportParameterDefaultCollection : public Collection<ReportParameter^>
[<SerializableAttribute>]
type ReportParameterDefaultCollection =  
    class
        inherit Collection<ReportParameter>
    end
public class ReportParameterDefaultCollection extends Collection<ReportParameter>

ReportParameterDefaultCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ReportParameterDefaultCollection ReportParameterDefaultCollection クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック プロパティ Item (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
プロテクト プロパティ Items (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド Clear (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
プロテクト メソッド ClearItems コレクションからすべてのレポート パラメーターを削除します。 (Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () () をオーバーライドします。)
パブリック メソッド Contains (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド CopyTo (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド Insert (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
プロテクト メソッド InsertItem コレクションの指定したインデックス位置にレポート パラメーターを挿入します。 (Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T) をオーバーライドします。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Remove (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
パブリック メソッド RemoveAt (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
プロテクト メソッド RemoveItem コレクションの指定したインデックス位置にあるレポート パラメーターを削除します。 (Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32) をオーバーライドします。)
プロテクト メソッド SetItem レポート パラメーターを指定のインデックスに設定します。 (Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T) をオーバーライドします。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント Change ReportParameterDefaultCollection オブジェクト内で変更が行われると発生します。

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Add (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Contains (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection. . :: . .CopyTo (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IEnumerable. . :: . .GetEnumerator (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .IndexOf (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Insert (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList. . :: . .IsFixedSize (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList. . :: . .IsReadOnly (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection. . :: . .IsSynchronized (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList. . :: . .Item (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Remove (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection. . :: . .SyncRoot (Collection< (Of < ( <'ReportParameter> ) > ) > から継承されています。)

先頭に戻る

スレッド セーフ

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