Compartir a través de


Height Propiedad

Represents the height of a report page, in millimeters. Read-only.

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

Sintaxis

'Declaración
Public Property Height As Double
    Get
    Set
'Uso
Dim instance As ReportPaperSize
Dim value As Double

value = instance.Height

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

Valor de la propiedad

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