共用方式為


Body 屬性

Describes how the body of the report is structured and rendered

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Body As Body
    Get
'用途
Dim instance As Report
Dim value As Body

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