CustomPropertyCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート、レポート アイテム、グループのカスタム プロパティのコレクションを表します。 このクラスは継承できません。
public ref class CustomPropertyCollection sealed
public sealed class CustomPropertyCollection
type CustomPropertyCollection = class
Public NotInheritable Class CustomPropertyCollection
- 継承
-
CustomPropertyCollection
注釈
レポート、レポート アイテム、グループのカスタム プロパティを表す CustomPropertyCollection オブジェクトです。
コンストラクター
CustomPropertyCollection() |
CustomPropertyCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
Count |
コレクションに含まれるカスタム プロパティの数を取得します。 |
Item[Int32] |
指定したインデックスにあるカスタム プロパティを取得します。 |
Item[String] |
コレクションから名前付きカスタム プロパティを返します。 |
メソッド
Add(CustomProperty) |
コレクションにカスタム プロパティを追加します。 |
Add(String, Object) |
名前と値を持つカスタム プロパティを作成し、コレクションに追加します。 |