Udostępnij za pośrednictwem


Właściwość ReportMargins.Left

Zwraca lewego marginesu, w milimetrach, strona raportu.Tylko do odczytu.

Przestrzeń nazw:  ReportExecution2005
Zestaw:  ReportExecution2005 (w ReportExecution2005.dll)

Składnia

'Deklaracja
Public Property Left As Double
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Double
Tylko do odczytu podwójne wartość zawierające lewego marginesu, w milimetrach, strona raportu.