次の方法で共有


CustomPropertyCollection クラス

CustomProperty オブジェクトのコレクションを表します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CustomProperty>
    Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class CustomPropertyCollection _
    Inherits ReportElementCollectionBase(Of CustomProperty)
'使用
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection : ReportElementCollectionBase<CustomProperty>
public ref class CustomPropertyCollection sealed : public ReportElementCollectionBase<CustomProperty^>
[<SealedAttribute>]
type CustomPropertyCollection =  
    class 
        inherit ReportElementCollectionBase<CustomProperty>
    end
public final class CustomPropertyCollection extends ReportElementCollectionBase<CustomProperty>

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

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれるアイテムの数を取得します。 (ReportElementCollectionBase<T>.Count をオーバーライドします。)
パブリック プロパティ Item[Int32] 指定したインデックスにあるアイテムを取得します。 (ReportElementCollectionBase<T>.Item[Int32] をオーバーライドします。)
パブリック プロパティ Item[String] 指定した名前のアイテムを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetEnumerator この ReportElementCollectionBase<T> の列挙子を取得します。 (ReportElementCollectionBase<T> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator インフラストラクチャです。コレクションを反復処理する列挙子を取得します。 (ReportElementCollectionBase<T> から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間