the comments box in SSRS does not work as rich text box -- doesn't let you bold the text and such. you may want to write HTML elsewhere with
and other tags and copy it into SSRS. the other option would be to write your own utility: ASP.NET Application, reference the SSRS2005.asmx page and do it through this. overkill, but it should work if the formatting is so important 🙂