Good Day!
I need some idea on how can I format the final value with (2) decimal places/round off of code below.
=Count(Fields!rClosedDate.Value) / Count(Fields!PostDate.Value) * 100 & "%"
Thanks in advance.
You can specify a format for numeric values using the Format property of the TextBox.
Examples of formatting string (full list here):
To specify 2 decimal places you can set a formatting string like this: p2