Skip to main content
A newer version of this page is available.
All docs
V19.1

XDocumentLabelProductRepository.GetSortedPaperKinds() Method

Obtains a sorted collection of the supported paper kinds.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v19.1.dll

Declaration

public IEnumerable<PaperKindData> GetSortedPaperKinds()

Returns

Type Description
IEnumerable<PaperKindData>

A collection of PaperKindData objects.

See Also