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

ConfigureReportPageSettingsPage.PaperSizes Property

Specifies the list of predefined page sizes.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public IEnumerable<PaperSize> PaperSizes { get; set; }

Property Value

Type Description
IEnumerable<PaperSize>

A collection of PaperSize objects.

See Also