共用方式為


Tablix.Body 屬性

Gets the bottom right region that contains the data of the tablix.

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

語法

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

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.TablixBody
A TablixBody object.

請參閱

參考

Tablix 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間