[]
Gets or sets a height of the pages in the report section.
public Length PageHeight { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the height of the pages.
Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.PageHeight = "11in";