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

ISpecifyReportTemplateOptionsPageView.CurrencySymbol Property

If implemented, specifies the selected currency symbol.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

string CurrencySymbol { get; set; }

Property Value

Type Description
String

A string that specifies the currency symbol.

See Also