Skip to main content

ISelectLabelTypePageView.FillLabelProducts(IEnumerable<LabelProduct>) Method

If implemented, populates the Label Products drop-down list.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillLabelProducts(
    IEnumerable<LabelProduct> products
)

Parameters

Name Type Description
products IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also