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

CustomizeLabelPageView.FillPageSizeList(IEnumerable<PaperKindViewInfo>) Method

Populates the list of the available page sizes.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public void FillPageSizeList(
    IEnumerable<PaperKindViewInfo> paperKinds
)

Parameters

Name Type Description
paperKinds IEnumerable<PaperKindViewInfo>

A collection of PaperKindViewInfo objects.

See Also