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

适用于