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