IConfigureReportPageSettingsPageView Properties
If implemented, provides a view for the Specify Report Page Settings page of the Report Wizard.| Name | Description |
|---|---|
| BottomMargin | If implemented, specifies the bottom margin of the report page, measured in the units defined by the ReportUnit property. |
| Landscape | If implemented, specifies whether or not the page orientation is landscape. |
| LeftMargin | If implemented, specifies the left margin of the report page, measured in the units defined by the ReportUnit property. |
| PaperHeight | If implemented, specifies the paper height (measured in report units defined by the ReportUnit property). This can only be set if the PaperKind property is set to Custom. |
| PaperKind | If implemented, specifies the standard paper sizes for the report. |
| PaperWidth | If implemented, specifies the paper width (measured in report units defined by the ReportUnit property). This can only be set if the PaperKind property is set to Custom. |
| ReportUnit | Specifies the report measurement unit. |
| RightMargin | If implemented, specifies the right margin of the report page, measured in the units defined by the ReportUnit property. |
| TopMargin | If implemented, specifies the top margin of the report page, measured in the units defined by the ReportUnit property. |
See Also