ISelectLabelTypePageView.FillLabelDetails(IEnumerable<LabelDetails>) Method
In This Article
If implemented, populates the Product Number drop-down list.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
void FillLabelDetails(
IEnumerable<LabelDetails> details
)
#Parameters
Name | Type | Description |
---|---|---|
details | IEnumerable<Label |
A collection of Label |
See Also