言語

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の長さ単位参照を参照してください。

適用対象