다음을 통해 공유


Right 속성

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

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

구문

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

value = instance.Right

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

속성 값

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