共用方式為


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.