Keep a TextObject in details section and drag your desired field from FieldExplorer onto it. Then, check CanGrow property in the Object Format of the TextObject.
You can also directly set CanGrow to true for a text field that you drag and drop onto the details section from FieldExplorer. All you have to do is returning the value as text from procedure.
Member
1 Points
34 Posts
Dynamic Increase of Column Height
Feb 07, 2011 07:11 AM|bollu|LINK
Hi All,
In Crystal reports I want my text to fit in the column depending on the size of the text.
I used Can Grow property for the entire row, but the text is moving to the next row.
Thanks in Advance.
All-Star
37505 Points
8110 Posts
Re: Dynamic Increase of Column Height
Feb 08, 2011 09:17 AM|sansan|LINK
Keep a TextObject in details section and drag your desired field from FieldExplorer onto it. Then, check CanGrow property in the Object Format of the TextObject.
You can also directly set CanGrow to true for a text field that you drag and drop onto the details section from FieldExplorer. All you have to do is returning the value as text from procedure.
Member
1 Points
34 Posts
Re: Dynamic Increase of Column Height
Feb 09, 2011 02:27 AM|bollu|LINK
I have already used "Can Grow" but no use. The text is moved onto the next row.
Is there any other way to increase the size of the column when there is large text.
Thanks,