Click or drag to resize

FuncRuRegisterCurrency Method

Registers a new currency.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void RegisterCurrency(
	FuncRuCurrency currency,
	string currencyName
)

Parameters

currency
Type: Stimulsoft.ReportFuncRuCurrency
Specifies currency declension.
currencyName
Type: SystemString
Sets the currency name.
See Also