次の方法で共有


ReportItem.CustomProperties プロパティ

レポート アイテムのカスタム プロパティを取得または設定します。

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

構文

'宣言
Public Property CustomProperties As CustomPropertyCollection 
    Get 
    Set
'使用
Dim instance As ReportItem 
Dim value As CustomPropertyCollection 

value = instance.CustomProperties

instance.CustomProperties = value
public CustomPropertyCollection CustomProperties { get; set; }
public:
property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get ();
    void set (CustomPropertyCollection^ value);
}
member CustomProperties : CustomPropertyCollection with get, set
function get CustomProperties () : CustomPropertyCollection 
function set CustomProperties (value : CustomPropertyCollection)

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
レポート アイテムのカスタム プロパティを表す CustomPropertyCollection オブジェクトです。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間