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.