共用方式為


Top 屬性

Gets the distance of the item from the top of the containing object.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Top As ReportSize
    Get
'用途
Dim instance As ReportItem
Dim value As ReportSize

value = instance.Top
public virtual ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
    ReportSize^ get ();
}
abstract Top : ReportSize
override Top : ReportSize
function get Top () : ReportSize