Skip to main content

ILabelProductRepository.GetSortedPaperKinds() Method

Obtains a sorted collection of the supported paper kinds.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v26.1.dll

Declaration

IEnumerable<PaperKindData> GetSortedPaperKinds()

Returns

Type Description
IEnumerable<PaperKindData>

A collection of PaperKindData objects.

See Also