Share via


ReportItem.CustomProperties 속성

Gets or sets custom properties for the report item.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Property CustomProperties As CustomPropertyCollection 
    Get 
    Set
‘사용 방법
Dim instance As ReportItem 
Dim value As CustomPropertyCollection 

value = instance.CustomProperties

instance.CustomProperties = value
public CustomPropertyCollection CustomProperties { get; set; }
public:
property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get ();
    void set (CustomPropertyCollection^ value);
}
member CustomProperties : CustomPropertyCollection with get, set
function get CustomProperties () : CustomPropertyCollection 
function set CustomProperties (value : CustomPropertyCollection)

속성 값

유형: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the report item.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스