I'm using Visual Studio 2008 and have created a Client Report Definition (.rdlc).
In this report I add a single Textbox and double it's height. When I change the TextAlign to "Center" it correctly centers the text, but when I set the VerticalAlign to "Middle" nothing happens. The textbox is big enough that it's obviously not aligned to the middle. Any ideas on why this happens and how to fix it?