(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
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