Report.Body 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Overridable Property Body As Body
    Get
    Set
用法
Dim instance As Report
Dim value As Body

value = instance.Body

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