Skip to main content

ILabelProductRepository.GetSortedPaperKinds() Method

Obtains a sorted collection of the supported paper kinds.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

IEnumerable<PaperKindData> GetSortedPaperKinds()

Returns

Type Description
IEnumerable<PaperKindData>

A collection of PaperKindData objects.

See Also