CustomPropertyCollection クラス

定義

レポート、レポート項目、またはグループのためのカスタムプロパティの集合を表します。 このクラスは継承できません。

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)

名前と値を持つカスタムプロパティを作成し、コレクションに追加します。

適用対象