Właściwość ReportMargins.Right
Zwraca prawego marginesu w milimetrach strona raportu.Tylko do odczytu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property Right As Double
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Double
Tylko do odczytu podwójne wartość zawierające prawego marginesu, w milimetrach, strona raportu.