ReportMargins.Right 属性

定义

返回报表页的右边距(以毫米为单位)。 只读。

public:
 property double Right { double get(); void set(double value); };
public double Right { get; set; }
member this.Right : double with get, set
Public Property Right As Double

属性值

只读 Double 值,包含报表页的右边距(以毫米为单位)。

适用于