ReportItem.CustomProperties 属性

Gets the custom information to be handed to the report rendering component.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
用法
Dim instance As ReportItem 
Dim value As CustomPropertyCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object that represents the custom information to be handed to the report rendering component.

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间