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