Skip to main content
All docs
V24.1

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v24.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void Initialize(
    IEnumerable<DXPaperSize> paperSizes,
    IEnumerable<GraphicsUnitInfo> units
)

Parameters

Name Type
paperSizes IEnumerable<DXPaperSize>
units IEnumerable<GraphicsUnitInfo>
See Also