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