'Declaration Public Property LeftMargin As Length
public Length LeftMargin {get; set;}
0in
Report report = new Report(); report.LeftMargin = "1in";
Report Class Report Members