言語

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 オブジェクトです。

適用対象