Skip to main content
A newer version of this page is available.
All docs
V18.2

ILabelProductRepository.GetSortedPaperKinds() Method

If implemented, obtains a sorted collection of the supported paper kinds.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

IEnumerable<PaperKindData> GetSortedPaperKinds()

Returns

Type Description
IEnumerable<PaperKindData>

A collection of PaperKindData objects.

See Also