Share via


ReportPaperSize.Height 속성

Represents the height of a report page, in millimeters. Read-only.

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

구문

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

value = instance.Height

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

속성 값

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

참고 항목

참조

ReportPaperSize 클래스

ReportExecution2005 네임스페이스