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

ISpecifyReportTemplateOptionsPageView.FillCurrencySymbols(ICollection) Method

If implemented, populates the list of available currency symbols.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

void FillCurrencySymbols(
    ICollection currencySymbols
)

Parameters

Name Type Description
currencySymbols ICollection

A collection of currency symbols.

See Also