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 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。