次の方法で共有


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 値。

適用対象