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 |
krish001
Yak Posting Veteran
61 Posts |
Posted - 2011-04-03 : 10:39:40
|
Hi,I have a report where in one of the field characters are more than 8000how can i achieve this in good looking format ...pls give me solutionThanks,Krishna |
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2011-04-03 : 12:10:24
|
Krishna,you can use from Report Items: List, TextBox or Table or Matrix.and set the cell or item properties. |
 |
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2011-04-03 : 12:11:33
|
p.s.: I would work the text to something more readable|comprehendable on SQL side before bringing it to reporting service. |
 |
|
krish001
Yak Posting Veteran
61 Posts |
Posted - 2011-04-03 : 12:12:00
|
quote: Originally posted by slimt_slimt Krishna,you can use from Report Items: List, TextBox or Table or Matrix.and set the cell or item properties.
Hi you mean to say cangrow property |
 |
|
krish001
Yak Posting Veteran
61 Posts |
Posted - 2011-04-03 : 12:16:07
|
quote: Originally posted by slimt_slimt p.s.: I would work the text to something more readable|comprehendable on SQL side before bringing it to reporting service.
It is readable from sql |
 |
|
|
|
|