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 命名空间