Report.CustomProperties 속성

정의

보고서의 사용자 지정 속성 컬렉션을 반환합니다.

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

속성 값

보고서의 사용자 지정 속성을 포함하는 CustomPropertyCollection 개체입니다.

적용 대상