Skip to main content

ISpecifyReportTemplateOptionsPageView.FillAvailableTaxValueTypes(ICollection) Method

If implemented, populates the list of available types for tax values.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillAvailableTaxValueTypes(
    ICollection taxValueTypes
)

Parameters

Name Type Description
taxValueTypes ICollection

A collection of tax value types.

See Also