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