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

SpecifyReportTemplateOptionsPage.FillAvailableTaxValueTypes(ICollection) Method

Populates the list of available types for tax values.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public void FillAvailableTaxValueTypes(
    ICollection taxValueTypes
)

Parameters

Name Type Description
taxValueTypes ICollection

A collection of tax value types.

See Also