次の方法で共有


Body.Height プロパティ

本文の高さ。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Height As ReportSize 
    Get 
    Set
'使用
Dim instance As Body 
Dim value As ReportSize 

value = instance.Height

instance.Height = value
public ReportSize Height { get; set; }
public:
property ReportSize Height {
    ReportSize get ();
    void set (ReportSize value);
}
member Height : ReportSize with get, set
function get Height () : ReportSize 
function set Height (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportSize
ReportSize オブジェクト。

関連項目

参照

Body クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間