Top 속성
The distance of the item from the top of the containing object
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Top As ReportSize
Get
Set
‘사용 방법
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Top
instance.Top = value
public ReportSize Top { get; set; }
public:
property ReportSize Top {
ReportSize get ();
void set (ReportSize value);
}
member Top : ReportSize with get, set
function get Top () : ReportSize
function set Top (value : ReportSize)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.