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

ISpecifyReportTemplateOptionsPageView.FillCurrencyFormats(ICollection) Method

If implemented, populates the list of available currency formats.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

void FillCurrencyFormats(
    ICollection currencyFormats
)

Parameters

Name Type Description
currencyFormats ICollection

A collection of currency formats.

See Also