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.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| productId | Int32 | An integer value. |
Returns
| Type | Description |
|---|---|
| IEnumerable<LabelDetails> | A collection of LabelDetails objects. |
See Also