DataMember.CustomProperties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ メンバーのカスタム プロパティのコレクションを返します。
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 オブジェクトです。