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

ILabelProductRepository.GetSortedProductDetails(Int32) Method

If implemented, obtains a sorted collection of details for the supported label products.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

IEnumerable<LabelDetails> GetSortedProductDetails(
    int productId
)

Parameters

Name Type Description
productId Int32

An integer value.

Returns

Type Description
IEnumerable<LabelDetails>

A collection of LabelDetails objects.

See Also