Body.ReportItemCollection 属性

Gets the report items.

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

语法

声明
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
用法
Dim instance As Body 
Dim value As ReportItemCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection object.

请参阅

参考

Body 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间