How to make text from a cell take up two rows within the same cell in Crystal Reports with C # winForms?

1

I am creating a report with Crystal Reports. It is working, but it has the following problem:

When the content of the cell is larger than its space, some of the content does not appear. How do I pass down the part that does not appear?

    
asked by anonymous 16.12.2016 / 15:02

1 answer

4

Mark the cell as CanGrow (or PodeCrescer , if in Portuguese) by right-clicking on the cell.

    
18.01.2017 / 20:49