I want to display Arabic number in my report.
I tried to set the
Language property to ar but it's not working. also tried a lot of things but none of them are working :(
Any idea how to make it?
Try setting the NumeralVariant property of the TextBox to "3". You also need an Arabic language installed on your operating system.
Thanks for your solution it works fine with me
ReplyDeleteThis works for any numbers, how about if I need to show date in dd/MM/yyyy format with the numbers in Arabic. Setting the NumeralVariant doesn't work unfortunately. Any idea how to achieve?
ReplyDelete