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