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.
Returns the bottom margin, in millimeters, of a report page. Read-only.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property Bottom As Double
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Double
A read-only Double value containing the bottom margin, in millimeters, of a report page.