Getting large space between textboxs after rendering
I am attempting to create a report in SQL Server 2008. With two simple text boxes the output looks correct. When two database field text boxes are added to the report the vertical spacing between the two text boxes is not correct when the report is rendered. There is alot of whitespace between the text boxes. I have removed SQL server and Visual Studio then reinstalled them again but I still have the same problem. Any suggestions would be appreciated.
October 21st, 2012 8:05pm

Hi Gustin, in case of simple text box design then things need to be checked are > apply trim function on the fields which are used in the expressions. ex : trim(Fields!Id.value) > you can test it , by applying some color to the text boxes like from which textbox control you are getting that extra space thing. > try to increase the width of the textbox and then check the output. even after checking the above things still not able to rectify the issue, please share a screenshot of your design so that i'll try to sort out if anything from my side. Cheers, Arun Gangumalla Please mark as answered if it resolves your issue or helpful.
Free Windows Admin Tool Kit Click here and download it now
October 22nd, 2012 8:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics