I have a matrix in SSRS 2008 like:
Teacher [TeacherName]
# of Students [Count(studentId)]
What I want is to fix the width of the column. I am changing the padding values but the spaces are not going away.
- How can I get rid of the empty spaces for the cells
- How can I put a break (like \n) between name and surname? (instead of comma)
Any help would be appreciated.