Skip to main content

SpecifyReportTemplateOptionsPage.FillCurrencySymbols(ICollection) Method

Populates the list of available currency symbols.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void FillCurrencySymbols(
    ICollection currencySymbols
)

Parameters

Name Type Description
currencySymbols ICollection

A collection of currency symbols.

See Also