Compartilhar via


Propriedade do RDL ReportMargins.Right

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
Public Property Right As Double 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Double
A read-only Double value containing the right margin, in millimeters, of a report page.

Consulte também

Referência

ReportMargins Classe

Namespace ReportExecution2005