ReportSection.Body 属性

Gets the body of the report section.

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

语法

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

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

属性值

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

请参阅

参考

ReportSection 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间