ReportSettingsBase Properties
Contains report page settings.| Name | Description |
|---|---|
| Landscape | Gets or sets whether report page orientation is landscape. |
| Margins | Gets or sets report page margins, measured in report units. |
| PageHeight | Gets or sets report page height, measured in report units. You can set this property only if the PaperKind is set to Custom. |
| PageWidth | Gets or sets report page width, measured in report units. You can set this property only if the PaperKind is set to Custom. |
| PaperKind | Gets or sets paper kind for the report. |
| ReportUnit | Specifies units to measure locations, dimensions and margins in the report. |
| RollPaper | Gets or sets whether the document is printed on roll paper (i.e., as a single uninterrupted page). |
See Also