Skip to main content

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 Unit 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 Unit property.
PaperHeight If implemented, specifies the paper height (measured in report units defined by the Unit 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 Unit property). This can only be set if the PaperKind property is set to Custom.
RightMargin If implemented, specifies the right margin of the report page, measured in the units defined by the Unit property.
TopMargin If implemented, specifies the top margin of the report page, measured in the units defined by the Unit property.
Unit If implemented, specifies units of measure available on the Specify Report Page Settings wizard page.
See Also