0
votes

I have a simple pie chart that is displaying the data labels. When I try and update anything about the data labels the changes are only reflected on one of the data labels. I have observed that this occurs with font, font size, and font color.

Am I changing the style incorrectly? Or how do I go about applying the style to all of the data labels?

I am using SSRS 2008.

SSRS Design Tab:

design tab

Generated Report:

design tab

Edit: I should mention that I can update the heading and legend font without issue.

2

2 Answers

0
votes

Please try the following steps to change the font/font size/font color of your data label:

  1. In Design Mode, click on the data label you wish to make changes to.
  2. Press F4 to display the Properties window. From there you can change the font/font size/font color of your data label.

If this doesn't work, try recreating your pie chart. You may have accidently create conditions on your pie chart so only certain data label changes.

Click to see screenshot

0
votes

using View Code, You will need to copy and paste the font xml from the working label into the xml section for the other labels.