IConfigureReportPageSettingsPageView.Initialize(IEnumerable<DXPaperSize>, IEnumerable<GraphicsUnitInfo>) Method
In This Article
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
void Initialize(
IEnumerable<DXPaperSize> paperSizes,
IEnumerable<GraphicsUnitInfo> units
)
#Parameters
Name | Type |
---|---|
paper |
IEnumerable<DXPaper |
units | IEnumerable<Graphics |
See Also