In my Series Group, I have the Label with the following expression:
=(Fields!School.Value) & (COUNT(Fields!School.Value, "Chart3_SeriesGroup"))
want to make the COUNT part appear in BOLD, any ideas how I can do this?
&
=(Fields!School.Value) & (COUNT(Fields!School.Value, "Chart3_SeriesGroup"))
want to make the COUNT part appear in BOLD, any ideas how I can do this?
&