ReportMargins.Right プロパティ

レポート ページの右余白をミリメートル単位で返します。 読み取り専用です。

名前空間:  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
レポート ページの右余白 (ミリメートル単位) を表す、読み取り専用の Double 値です。

関連項目

参照

ReportMargins クラス

ReportExecution2005 名前空間