다음을 통해 공유


Body 속성

참고: 이 API는 더 이상 사용되지 않습니다.

Gets the body of the report.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body
    Get
‘사용 방법
Dim instance As Report
Dim value As Body

value = instance.Body
[ObsoleteAttribute("Use ReportSection.Body instead.")]
public Body Body { get; }
[ObsoleteAttribute(L"Use ReportSection.Body instead.")]
public:
property Body^ Body {
    Body^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Body instead.")>]
member Body : Body
function get Body () : Body