共用方式為


Report.Body 屬性

Gets or sets 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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.Body
The structure of the body of the report.

請參閱

參考

Report 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間