次の方法で共有


ReportSection.Body プロパティ

レポート セクションの本文の構成と表示方法について説明します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Body As Body 
    Get 
    Set
'使用
Dim instance As ReportSection 
Dim value As Body 

value = instance.Body

instance.Body = value
public Body Body { get; set; }
public:
property Body^ Body {
    Body^ get ();
    void set (Body^ value);
}
member Body : Body with get, set
function get Body () : Body 
function set Body (value : Body)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.Body
Body オブジェクト。

関連項目

参照

ReportSection クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間