Skip to main content

SpecifyReportTemplateOptionsPageView.FillCurrencyFormats(ICollection) Method

Populates the list of available currency formats.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillCurrencyFormats(
    ICollection currencyFormats
)

Parameters

Name Type Description
currencyFormats ICollection

A collection of currency formats.

See Also