Rectangle.Top 屬性
Gets the distance from this rectangle to the top of the container.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Overrides ReadOnly Property Top As ReportSize
Get
'用途
Dim instance As Rectangle
Dim value As ReportSize
value = instance.Top
public override ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
ReportSize^ get () override;
}
abstract Top : ReportSize
override Top : ReportSize
override function get Top () : ReportSize
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.