Skip to main content

IConfigureReportPageSettingsPageView Members

If implemented, provides a view for the Specify Report Page Settings page of the Report Wizard.

Properties

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.

Methods

Name Description
Initialize(IEnumerable<DXPaperSize>, IEnumerable<GraphicsUnitInfo>)
RefreshViewer() If implemented, refreshes content of the Specify Report Page Settings wizard page according to specified page settings.
SetDisplayFormat(String, String) If implemented, sets the format settings applied to the display text of editors on the Specify Report Page Settings wizard page.

Events

Name Description
MarginChanged Occurs when the report’s margin is changed.
OrientationChanged Occurs when the page orientation is changed.
PaperKindChanged Occurs when the report’s paper type is changed.
PaperSizeChanged Occurs when the width or height of the report’s paper is changed.
UnitChanged Occurs when the Unit property value is changed.
See Also