Skip to main content

SpecifyReportTemplateOptionsPageView.FillCurrencySymbols(ICollection) Method

Populates the list of available currency symbols.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillCurrencySymbols(
    ICollection currencySymbols
)

Parameters

Name Type Description
currencySymbols ICollection

A collection of currency symbols.

See Also