Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable grow of cross tab in crystal report

I am using a Cross-Tab object in crystal report. I am having problem making my data column (Field Row) to increase dynamically in height when my data size increases. Since the "Can Grow" property in the Format Editor is disabled, it would not let me set the "Can Grow" to true to enable this function. How do I enable the "Can Grow" function so I can set it to true?

like image 302
Zain Ali Avatar asked Mar 03 '11 09:03

Zain Ali


1 Answers

I ran into a similar problem where my row labels did not wrap.

Sadly, I think the best solution is to increase the height of your "data" row field (probably the bottom row). This does fix the height for ALL rows but it means that text in ALL rows will be able to wrap at the same height.

I was going to post an image but I don't have the rep.

like image 107
dtw Avatar answered Oct 16 '22 23:10

dtw