次の方法で共有


ReportSection.Body プロパティ

レポート セクションの本文を取得します。

名前空間:  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
Body オブジェクトです。

関連項目

参照

ReportSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間