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 |
|
DHL
Starting Member
16 Posts |
Posted - 2008-05-09 : 07:42:48
|
| Hi,I am using visual studio reporting services to create some overviews. Several of my columns contain data which are extremely long, but it is shown as wrapped text which makes that my cells are becoming really big. Is there an option in Visual Studio to unwrap this text (like you can do in Excel)?Thanks!DHL |
|
|
eralper
Yak Posting Veteran
66 Posts |
Posted - 2008-05-09 : 08:42:03
|
| There is a property called CanGrow of each TextBoxYou can set CanGrow property to FalseEralper[url]http://www.kodyaz.com/content/SQLServerArticles.aspx[/url]-------------Eralperhttp://www.kodyaz.com |
 |
|
|
|
|
|