October 26, 2015 at 9:18 am
I am trying to format the Show Data Labels in Pie Chart.
When I use this format in Tooltip = FormatCurrency(Fields!Total.Value,0)
The value shows up fine as $11,500,000 but when I use it in Show Data Labels Properties I just get $115000000.
How can we fix that ? Is there any other expression I should use ....
October 26, 2015 at 10:15 am
I'm not sure about this, but you could give it a try:
https://msdn.microsoft.com/en-us/library/3352e6f5(v=vs.90).aspx
October 26, 2015 at 10:17 am
Or maybe this: =Format(Fields!Total.Value,"C")
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply