Share via


ReportMargins.Top Property

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property Top As Double
    Get
    Set
'Usage
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)

Property Value

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