|
|
Question : MS SQL Reporting Services: Formatting to Currency
|
|
I'm working with the report editor in .Net
I have successfully formatted several grid fields to currency using the format function as so: Format(FieldInfo,"Currency"). But for some reason it inserts a $ sign in front of the numbers. My regional settings are set to and our clients may be on the or £. How can I correct this so that it retrieves the correct currency symbol from the regional settings?
|
Answer : MS SQL Reporting Services: Formatting to Currency
|
|
Load your RDL-file in report designer and select "Report" in the properties window in VS.NET. Every report has a global language setting. You need to set the Report-Language to "Default" and republish it to the report server.
When Irish Clients connect it should display in . You will have to be careful of currency conversion though!
|
|
|
|