Crystal Report Fields
How do i prevent a Cryst开发者_StackOverflowal Report Field from not expanding.
it seems if these are my fields
[Column1] [Column2]
XXXXXXXXX YYYYYYYYY
when Column1 seemed to have more charaters to display it automatically expand the whole field thus
[Column1] [Column2]
XXXXXXXXXXXXXYYYYYY
How can I prevent this from happenning?
Uncheck the CanGrow property for the offending field, found in the properties.
精彩评论