Skip to main content
A newer version of this page is available.

IConfigureReportPageSettingsPageView.Initialize(IEnumerable<PaperSize>, IEnumerable<GraphicsUnitInfo>) Method

If implemented, initializes a wizard page with the specified options.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

void Initialize(
    IEnumerable<PaperSize> paperSizes,
    IEnumerable<GraphicsUnitInfo> units
)

Parameters

Name Type Description
paperSizes IEnumerable<PaperSize>

A collection of PaperSize objects that contains predefined sizes of the report’s pages.

units IEnumerable<GraphicsUnitInfo>

A collection of GraphicsUnitInfo objects that contains available units of measurement.

See Also