Skip to main content
All docs
V19.2

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.2.dll

Declaration

void FillPageSizeList(
    IEnumerable<PaperKindViewInfo> paperKinds
)

Parameters

Name Type Description
paperKinds IEnumerable<PaperKindViewInfo>

A collection of PaperKindViewInfo objects.

See Also