Skip to main content
A newer version of this page is available.
All docs
V19.1

ICustomizeLabelPageView.FillPageSizeList(IEnumerable<PaperKindViewInfo>) Method

If implemented, populates the list of the available page sizes.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

void FillPageSizeList(
    IEnumerable<PaperKindViewInfo> paperKinds
)

Parameters

Name Type Description
paperKinds IEnumerable<PaperKindViewInfo>

A collection of PaperKindViewInfo objects.

See Also