Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cross-tab Column Fields Truncated 1

Status
Not open for further replies.

roerunner

Programmer
Feb 1, 2006
10
US
(Using CR 9.1.5 for ASP.NET 1.1)

I have a cross tab report where the columns are questions, which can be a variable length. How can I make it so that the column automatically grows to fit the entire text of the question instead of being truncated/cut off? I set the CanGrow property to true for the column field object but it doesn't seem to work. And, I'd only like it to grow height-wise but not width-wise. Any ideas? Thanks!

For reference, here is the basic format of my report:
[tt]
1. Some question here... 2. Another question here...
John YES NO
Sally YES NO
Michael NO NO
[/tt]

Kelly
 
Can grow" is disabled within crosstabs. I don't think there is a way of handling this other than manually setting the height so that your longest question wraps correctly. You could consider rotating the labels 90 degrees and making them wider.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top