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

ReportSize 物件,其中包含報表上項目相對於其父項的上邊緣垂直位置。

備註

專案的位置相對於父物件。

如需單位指示項的詳細資訊,請參閱CSS 長度單位參考

適用於