|
I have a report with subreports that contain text boxes of variable length. I want the height of the subreports to be the minimum height necessary. To do this, I want to have the height of the text boxes change dynamically to fit the number of lines of text necessary for the textbox. So far, I’ve done this by counting the number of characters for each textbox, but this is very inefficient. Is there a better way to do this?
|