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

ILabelProductRepository.GetSortedPaperKinds() Method

Obtains a sorted collection of the supported paper kinds.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

IEnumerable<PaperKindData> GetSortedPaperKinds()

Returns

Type Description
IEnumerable<PaperKindData>

A collection of PaperKindData objects.

See Also