次の方法で共有


DataMember.CustomProperties プロパティ

定義

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

public:
 virtual property Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ get(); };
public override Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection CustomProperties { get; }
member this.CustomProperties : Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
Public Overrides ReadOnly Property CustomProperties As CustomPropertyCollection

プロパティ値

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

適用対象