Crystal reports displaying a text field from a dataset

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

+5
source share
4 answers

Right-click on the text field, select "Format Object", go to the general tab and check "Can grow." This allows the text box to grow when the text is wrapped.

+6
source

Try it,

  • Right click object
  • Select a format object
  • choose Can Grow
  • The maximum number of lines is "1".

That should work.

+2
source

,

" " "0" ok

+1

, , Crystal, , . CR13, .

0
source

All Articles