Skip to main content
All docs
V25.1
  • ConfigureReportPageSettingsPageView.Initialize(IEnumerable<DXPaperSize>, IEnumerable<GraphicsUnitInfo>) Method

    Namespace: DevExpress.XtraReports.Wizards.Views

    Assembly: DevExpress.XtraReports.v25.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