Compartir a través de


ReportMargins.Top Propiedad

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

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property Top As Double 
    Get 
    Set
'Uso
Dim instance As ReportMargins 
Dim value As Double 

value = instance.Top

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

Valor de la propiedad

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

Vea también

Referencia

ReportMargins Clase

Espacio de nombres ReportExecution2005