Right 属性

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

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
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.