다음을 통해 공유


ReportItem.Top 속성

Gets or sets 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
The distance of the item from the top of the containing object.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스