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

SpecifyReportTemplateOptionsPageView.FillAvailableDiscountValueTypes(ICollection) Method

Populates the list of available types for discount values.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillAvailableDiscountValueTypes(
    ICollection discountValueTypes
)

Parameters

Name Type Description
discountValueTypes ICollection

A collection of discount value types.

See Also