次の方法で共有


ReportItem.Height プロパティ

定義

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

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Height { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Height { get; set; }
member this.Height : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Height As ReportSize

プロパティ値

レポート上のアイテムの高さを表す ReportSize オブジェクトです。

注釈

これらのユニット指定子の詳細については、 CSS の長さの単位リファレンスを参照してください

適用対象