ISpecifyReportTemplateOptionsPageView.FillCurrencySymbols(ICollection) Method
In This Article
If implemented, populates the list of available currency symbols.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
void FillCurrencySymbols(
ICollection currencySymbols
)
#Parameters
Name | Type | Description |
---|---|---|
currency |
ICollection | A collection of currency symbols. |
See Also