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