I work with crystal reports and visual studio 2010 to show reports from a sql server database. Therefore, I have this large text box (varchar (500)) and extracted from the dataset for reporting. The problem is that the text box in my report, instead of wrapping the text to fit the box, it is cut off on the right side and does not draw it to the line. I did not see any development-time properties that looked as if they directly influenced the text wrapping function. What i have done so far:
- I use the can grow option and set the appropriate limit, but it still overlaps the line.
- I also tried inserting a data field inside a text object, but nothing changed.
Screenshot here http://imageshack.us/f/11/44079942.jpg/
What am I missing?
Thank you in advance
pe2s
source
share