Свойство ReportMargins.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.

См. также

Справочник

ReportMargins Класс

Пространство имен ReportExecution2005