I need to add superscript to my textbox. Something like 1st prize. I have been searching around in other forums and the only thing any one has come up with to implement it is to add a seperate text box with a small font and shifting the text up using paddings. That is not very practical and wont work for me because my line of text is always changing and written in code. if any one knows how to do superscript for reporting server text box, enlighten me.

Superscript
Wilke Jansoone
I think I found my answer:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=104288&SiteID=1
Looks like this isn't supported... which is quite discouraging.
parcalto
hey
we got the solution of super script , superscript
like if u want to write ab2 where 2 wud b superscript
write it
="ab"&CHR(178)
mean chr(178) ll return super script version of 2
http://www.alanwood.net/demos/wgl4.html
you can find the whole list from this web site
regards
Umer Khan
umer.khan@systemsltd.com
Ecko