Body 属性
Describes how the body of the report is structured and rendered
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Body As Body
Get
用法
Dim instance As Report
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.