In Arabic language we use Hindi Numbers (٠ -١ - ٢ - ٣ - ٤ - ٥ - ٦ - ٧ - ٨ - ٩) to represent (0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9)
The question is how to display numbers in SSRS reports using these Hindi figures?
In Arabic language we use Hindi Numbers (٠ -١ - ٢ - ٣ - ٤ - ٥ - ٦ - ٧ - ٨ - ٩) to represent (0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9)
The question is how to display numbers in SSRS reports using these Hindi figures?
You can't do any such thing at report level, store the data in database as Hindi number format in desired column of the table and then simply select that column to display data in SSRS report via query or stored procedure.