Skip to main content

ISpecifyReportTemplateOptionsPageView.FillCurrencySymbols(ICollection) Method

If implemented, populates the list of available currency symbols.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillCurrencySymbols(
    ICollection currencySymbols
)

Parameters

Name Type Description
currencySymbols ICollection

A collection of currency symbols.

See Also