reporting services - SSRS Charting - Display Legend and Percent -
i'd display day (percentage) eg fri (22%) on chart
can each individually:
series label properties, label data: #percent{p0}
or: =fields!dayofweek.value
problem: how display both?
here goes expression:
=fields!dayofweek.value+"(#percent{p0})"
Comments
Post a Comment