次の方法で共有


ReportItem.Left プロパティ

定義

レポート アイテムの左端の横方向の位置を取得または設定します。cmmminptpc などの単位指定子を含みます。

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

プロパティ値

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

注釈

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

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

適用対象