Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Mitun
Starting Member
1 Post |
Posted - 2007-01-08 : 00:45:53
|
Hi,What should i do to resize the textbox dynamically in SqlServerReportingServices when the text in it increases or decreases?The textbox contains names, some can be small and some large, but i want my textbox to hold all values that come to it without showing extra space or without cutting of data.please do help me on this. |
|
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2007-01-08 : 09:16:49
|
Check the properties of the textbox and make sure you have CanGrow and CanShrink are set to true. |
|
|
|
|
|