次の方法で共有


ReportItem.Height プロパティ

レポート上のアイテムの高さを取得または設定します。cm、mm、in、pt、pc などの単位指定子を含みます。

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

構文

'宣言
Public Property Height As ReportSize 
    Get 
    Set
'使用
Dim instance As ReportItem 
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.ReportRendering.ReportSize
レポート上のアイテムの高さを表す ReportSize オブジェクトです。

説明

これらの単位指定子の詳細については、「CSS Length Units Reference」を参照してください。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間