Compartir a través de


Bottom Propiedad

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

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

Sintaxis

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

value = instance.Bottom

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

Valor de la propiedad

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