ReportItem.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