ReportMargins.Right Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Double

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

See Also

ReportMargins Class
ReportExecution2005 Namespace

Return to top