次の方法で共有


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)

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

適用対象