Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.2.dll

Declaration

void FillPageSizeList(
    IEnumerable<PaperKindViewInfo> paperKinds
)

Parameters

Name Type Description
paperKinds IEnumerable<PaperKindViewInfo>

A collection of PaperKindViewInfo objects.

See Also