다음을 통해 공유


ReportMargins.Top 속성

Returns the top margin, in millimeters, of a report page. Read-only.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property Top As Double 
    Get 
    Set
‘사용 방법
Dim instance As ReportMargins 
Dim value As Double 

value = instance.Top

instance.Top = value
public double Top { get; set; }
public:
property double Top {
    double get ();
    void set (double value);
}
member Top : float with get, set
function get Top () : double 
function set Top (value : double)

속성 값

유형: System.Double
A read-only Double value containing the top margin, in millimeters, of a report page.

참고 항목

참조

ReportMargins 클래스

ReportExecution2005 네임스페이스