다음을 통해 공유


Width 속성

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

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

구문

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

value = instance.Width

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

속성 값

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