다음을 통해 공유


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 개체입니다.

적용 대상