Search code examples
rdlcdynamic-rdlc-generation

How to write an expression to display percentage values along with legend values pie chart using RDLC


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


Solution

  • =Fields!grp.Value & ": " & "#PERCENT{P2}"