Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the height of a report page, in millimeters. Read-only.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property Height As Double
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Double
A read-only Double value containing the height of the report page, in millimeters.