all groups > sql server reporting services > june 2005 >
You're in the

sql server reporting services

group:

Currency symbol


Currency symbol PV
6/14/2005 11:56:01 AM
sql server reporting services:
Hi,
I would like to get the symbol for the currency under the environment the
report is being run.... Is there a way to do it?

For example, in the US it would display a $
in UK, it would display either the Euro or the pound symbol

etc....

Re: Currency symbol Robert Bruckner [MSFT]
6/14/2005 2:51:50 PM
Typically, you would use the C formatcode for currency formatting. You could
for instance set the format property on the textbox. Alternatively, you
could use the Format(...) function call.

More information about numeric format codes is available on MSDN:
*
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandardnumericformatstrings.asp
*
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcustomnumericformatstrings.asp


-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button