0

I am generating report using RDLC. How to write an expression to display percentage values along with legend values pie chart using RDLC

Lilly
  • 15
  • 6

1 Answers1

0
=Fields!grp.Value & ": " & "#PERCENT{P2}"
Ppp
  • 1,015
  • 9
  • 14