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 对象。

适用于