Monday, February 15, 2016

How to display Arabic numbers in RDLC reports?

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.

2 comments:

  1. Thanks for your solution it works fine with me

    ReplyDelete
  2. This 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