次の方法で共有


DataMember.CustomProperties プロパティ

データ メンバーのカスタム プロパティのコレクションを返します。

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

構文

'宣言
Public Overrides ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'使用
Dim instance As DataMember 
Dim value As CustomPropertyCollection 

value = instance.CustomProperties
public override CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get () override;
}
abstract CustomProperties : CustomPropertyCollection 
override CustomProperties : CustomPropertyCollection
override function get CustomProperties () : CustomPropertyCollection

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
データ メンバーのカスタム プロパティを表す CustomPropertyCollection オブジェクトです。

関連項目

参照

DataMember クラス

Microsoft.ReportingServices.ReportRendering 名前空間