言語

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 Length Units Referenceを参照してください。

適用対象