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?

enter image description here

here goes expression:

=fields!dayofweek.value+"(#percent{p0})" 

Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -