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

SpecifyReportTemplateOptionsPageView.FillAvailableTaxValueTypes(ICollection) Method

Populates the list of available types for tax values.

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillAvailableTaxValueTypes(
    ICollection taxValueTypes
)

Parameters

Name Type Description
taxValueTypes ICollection

A collection of tax value types.

See Also