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