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