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

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

Initializes a wizard page with the specified options.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public 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