Report.Body プロパティ
メモ: この API は、互換性のために残されています。
レポートの本文を取得します。
名前空間: 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
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.Body
Body オブジェクトです。