次の方法で共有


Report.Body プロパティ

レポートの本文を四角形として取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Body As Rectangle 
    Get
'使用
Dim instance As Report 
Dim value As Rectangle 

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.Rectangle
レポートの本文を Rectangle オブジェクトとして返します。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間