次の方法で共有


ReportItem.Top プロパティ

定義

レポート アイテムの上端の縦方向の位置を、cmmminptpc などの単位で取得または設定します。

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

プロパティ値

レポート上にあるアイテムの上端の縦方向の位置を、その親との相対位置として格納した ReportSize オブジェクトです。

注釈

アイテムの位置は親オブジェクトに対して相対的です。

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

適用対象