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

SpecifyReportTemplateOptionsPage.FillCurrencyFormats(ICollection) Method

Populates the list of available currency formats.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public void FillCurrencyFormats(
    ICollection currencyFormats
)

Parameters

Name Type Description
currencyFormats ICollection

A collection of currency formats.

See Also