Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the left margin, in millimeters, of a report page. Read-only.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property Left As Double
Get
Set
'Usage
Dim instance As ReportMargins
Dim value As Double
value = instance.Left
instance.Left = value
public double Left { get; set; }
public:
property double Left {
double get ();
void set (double value);
}
member Left : float with get, set
function get Left () : double
function set Left (value : double)
Property Value
Type: System.Double
A read-only Double value containing the left margin, in millimeters, of a report page.