ReportMargins.Top Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public double Top { get; set; }
public:
property double Top {
    double get();
    void set(double value);
}
member Top : float with get, set
Public Property Top As Double

Property Value

Type: System.Double

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

See Also

ReportMargins Class
ReportExecution2005 Namespace

Return to top