| FuncRuDecline Method (Decimal, String) | 
 
            Returns the correct declension of names of roubles or kopecs of the currency.
            
 
    Namespace: 
   Stimulsoft.Report
    Assembly:
   Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
 Syntax
Syntaxpublic static string Decline(
	decimal value,
	string currency
)
Public Shared Function Decline ( 
	value As Decimal,
	currency As String
) As String
Parameters
- value
- Type: SystemDecimal
 A value containing a currency on which the resulting value depends.
- currency
- Type: SystemString
 The name of the currency(RUR, EUR, USD, UAH).
Return Value
Type: 
StringReturns correct declension of rubles or kopecs of the currency. Depends on the value parameter.
 See Also
See Also