ReportItem.CustomProperties 屬性

定義

取得或設定報表項目的自訂屬性。

public:
 property Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ value); };
public Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection CustomProperties { get; set; }
member this.CustomProperties : Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection with get, set
Public Property CustomProperties As CustomPropertyCollection

屬性值

CustomPropertyCollection

CustomPropertyCollection 物件,其中包含報表項目的自訂屬性。

適用於