共用方式為


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