次の方法で共有


Tablix.Body プロパティ

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
TablixBody オブジェクト。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間