Working on an SSRS in BIDS 2005 and I’m creating a chart that shows money values, in USD. How can I format using the Format code?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use
[Currency]as the format code, you should have the data displayed with the currency sign of the current locale (which is USD, assuming the user runs this on a computer with US locale).Thea above did not work. The solution – according to the comment – was to use
$#.00as the format string.