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
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?
4
Mark the cell as CanGrow
(or PodeCrescer
, if in English) right-clicking on the cell.
Browser other questions tagged c# winforms crystal-reports
You are not signed in. Login or sign up in order to post.
Only mark the cell as
CanGrow
– Jéf Bueno
Thank you very much @jbueno!
– Daniel dos Santos