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