Indian Rupee Symbol in ssrs 2008
-
Monday, January 28, 2013 5:34 AM
Hi all,
I need to display india rupee (₹) in report. please let me know how to add like $ symbol ,
Reply is highly appreciated .
Thanks in advance .:)
All Replies
-
Monday, January 28, 2013 5:48 AM
I believe, you should have the font installed on the system.
http://www.quickonlinetips.com/archives/2010/07/download-free-indian-rupee-font/
Regards
Satheesh -
Monday, January 28, 2013 5:49 AM
Hi,
Take a look at the following thread.
Unicode support for Indian rupee symbol in sql server 2008 R2
Microsoft MVP - ASP/ASP.NET
-
Monday, January 28, 2013 5:54 AM
http://social.msdn.microsoft.com/Forums/en/transactsql/thread/8fb014a7-4505-48c2-9f8c-d35fcd73b208
SELECT NCHAR(8377) AS IndianRupee ,NCHAR(8360) AS GenericRupee;
Regards,Eshwar.
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
-
Monday, January 28, 2013 6:03 AMi have seen this link , but not working , how to remove that box which is displayed as output here
-
Monday, January 28, 2013 6:16 AM
it displays a box but when put that in the front end/SSRS report it will display as rupee symbol
Regards,Eshwar.
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
-
Monday, January 28, 2013 6:18 AMno am not getting as rupee symbol., i got box only there , let me know which version ssrs u r using.,
-
Monday, January 28, 2013 6:19 AM
which font you are using?
Regards
SatheeshRegards
Satheesh -
Monday, January 28, 2013 6:19 AM
Courier new in sql server 2008 r2,
Calibri in ssrs 2008
-
Monday, January 28, 2013 6:25 AM
I am using SQL Server 2008 R2
Use Arial and check.
Regards,Eshwar
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
-
Monday, January 28, 2013 6:28 AMno am not getting ., pl give some other suggestion
-
Monday, January 28, 2013 6:30 AM
did you try installing rupee font and using the same on reports?
Regards
Satheesh- Edited by Satheesh Variath Monday, January 28, 2013 6:30 AM
- Marked As Answer by Subathra-Subathra Monday, February 04, 2013 11:54 AM
-
Monday, January 28, 2013 6:34 AM
what i have done:
Created a dataset with following queries:
SELECT nchar(unicode(nchar(CONVERT(int, 0x20B9)))) AS RupeeSymbol Or SELECT NCHAR(8377) AS IndianRupee ,NCHAR(8360) AS GenericRupee;
And added a text box in the report and used the dataset column by default it will use the Arial font and i can see Rupee symbol in the output
Regards,Eshwar.
Please don't forget to Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. It will helpful to other users.
-
Monday, January 28, 2013 6:48 AM
have a look at thin link
Regards
Satheesh- Proposed As Answer by Mike YinMicrosoft Contingent Staff, Moderator Wednesday, January 30, 2013 3:29 AM
- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Sunday, February 03, 2013 4:52 PM
-
Monday, January 28, 2013 7:24 AM
Eshwar ,
Really i didnt get , pl help me
-
Monday, January 28, 2013 7:25 AM
Satheesh ,
This is old symbol i need new , which i placed in my first post
-
Monday, January 28, 2013 8:49 AM
Satheesh,
How to install rupee font
-
Monday, January 28, 2013 10:22 AM
You can download the font from here
http://www.quickonlinetips.com/archives/2010/07/download-free-indian-rupee-font/
Install the font by coping that to Windows\Fonts directory, and you can use the font on the SSRS Report
Regards
Satheesh- Proposed As Answer by Mike YinMicrosoft Contingent Staff, Moderator Wednesday, January 30, 2013 3:28 AM
- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Sunday, February 03, 2013 4:52 PM

