ReportSection.Body 属性

Describes how the body of the report section is structured and rendered.

命名空间:  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)