Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I have a web application.It uses SSRS 2012.
I am passing 2 parameters decimal separator and thousand separator.
I want to display decimal separator and thousand separator in report in ssrs as in passed parameter
how to do this?

Thanks in advance

What I have tried:

I didnt any option in report just like in Crystal report to customize decimal separator and thousand separator
Posted

1 solution

You can change Thousand Separator by Custom Expression.

Ashish
 
Share this answer
 
Comments
george@84 1-Mar-16 1:18am    
How to do this? If I pass , (comma) as decimal separator and . (dot) as thousand separator as parameters, It should display the number with those decimal separator and thousand separator.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900