January 29, 2009 at 10:36 am
Hello,
I have an issue with my report. I have very long senteces in the table field, so I set CanGrow to True and CanShrink to false. However when it grows it breaks words so that beginning of a word is on the first line and the end is on the second one. Is there any way to avoid this?
Any help would be appreciated.
Dovile
January 29, 2009 at 10:54 am
How is your field defined? Is is just =fields!mycolumn or do you have some other logic in there like = "SomeText " & fields!mycolumn & "MoreText" ?
I've found that the latter creates all manner of havoc with word wrapping and such. Other than that, I don't have a good solution for you, but I'd be interested to know if you find a way to work around it.
-Luke.
January 30, 2009 at 3:39 am
Thanks for you help Luke. I noticed that I left part of the code in the expression, which replaces space with a space. Once I removed the replace function it all works fine.
Dovile
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply