I try to convert my numbers to arabic by this code :
Code: Select all
{Stimulsoft.Report.Export.StiExportUtils.ConvertDigitsToArabic(Amount.ToString(), StiArabicDigitsType.Eastern)}

But i Want to add "Rials" after my number by This Code:
Code: Select all
{Stimulsoft.Report.Export.StiExportUtils.ConvertDigitsToArabic(Amount.ToString(), StiArabicDigitsType.Eastern)}Rials

I want to use "Rials" as a new variable and set the margin after the end of the number Like this:

I also try to change right to left , but I get same result .
what Can I do to solving this?