Поделиться через


Свойство Left

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

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Property Left As Double
    Get
    Set
'Применение
Dim instance As ReportMargins
Dim value As Double

value = instance.Left

instance.Left = value
public double Left { get; set; }
public:
property double Left {
    double get ();
    void set (double value);
}
member Left : float with get, set
function get Left () : double
function set Left (value : double)

Значение свойства

Тип: System. . :: . .Double
A read-only Double value containing the left margin, in millimeters, of a report page.