Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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