次の方法で共有


CustomPropertyCollection クラス

レポート、レポート アイテム、グループのカスタム プロパティのコレクションを表します。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection

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

構文

'宣言
Public NotInheritable Class CustomPropertyCollection
'使用
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection =  class end
public final class CustomPropertyCollection

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれるカスタム プロパティの数を取得します。
パブリック プロパティ Item[ ( [ ( Int32] ) ] ) 指定したインデックスにあるカスタム プロパティを取得します。
パブリック プロパティ Item[ ( [ ( String] ) ] ) コレクションから名前付きカスタム プロパティを返します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(CustomProperty) コレクションにカスタム プロパティを追加します。
パブリック メソッド Add(String, Object) 名前と値を持つカスタム プロパティを作成し、コレクションに追加します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

レポート、レポート アイテム、グループのカスタム プロパティを表す CustomPropertyCollection オブジェクトです。

スレッド セーフ

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