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 |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2011-09-12 : 09:12:14
|
How can I format the description field in the table so that the text wraps up?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-09-12 : 09:14:04
|
this is a presentation issue and has to be done at front end application. formatting is not under scope of db and there's no need of handling it here------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2011-09-12 : 09:21:16
|
yes, I am designing this using the wizard.Placed a table in the report to show the data...If the description field is too large then the description cell of the table control becomes to tall on the report which does not look good.Is there a wrap or similar kind of property for the case when the field has too much data so that it wraps the cell?Thanks |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-09-12 : 10:33:07
|
yep..in the cell properties in report you can increase the width of cell to accomodate for large values. also set auto growing property to true and minimise the border and padding values------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2011-09-12 : 12:31:27
|
solved. thanks |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-09-12 : 13:19:47
|
welcome------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|