How do the text of a cell occupy two lines within the same cell in Crystal Reports with C# winForms?

Asked

Viewed 89 times

1

I’m creating a report with Crystal Reports. It’s working, but it has the following problem:

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

  • 1

    Only mark the cell as CanGrow

  • Thank you very much @jbueno!

1 answer

4

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.