ReportMargins.Left Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Double

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

See Also

ReportMargins Class
ReportExecution2005 Namespace

Return to top