GaugePanelItem.Top 属性

Distance from the top as a percentage of the parent element.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Top As ReportDoubleProperty
    Get
用法
Dim instance As GaugePanelItem
Dim value As ReportDoubleProperty

value = instance.Top
public ReportDoubleProperty Top { get; }
public:
property ReportDoubleProperty^ Top {
    ReportDoubleProperty^ get ();
}
member Top : ReportDoubleProperty
function get Top () : ReportDoubleProperty