ReportItem.Left 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定報表項目左邊緣的水平位置,包括單位指示項,例如 cm、mm、in、pt 或 pc。
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 長度單位參考。