I am generating report using RDLC. How to write an expression to display percentage values along with legend values pie chart using RDLC
Asked
Active
Viewed 466 times
1 Answers
0
=Fields!grp.Value & ": " & "#PERCENT{P2}"

Ppp
- 1,015
- 9
- 14
-
Thank u so much. That really helped. – Lilly Dec 10 '15 at 02:28