I have data that is dynamic, so I am creating the report programmatically. So I am creating textboxes through code. Say one of my fields has text that is 10 characters in length. How can I create a SizeU to assign to the size property so that it will fit all 10 of my characters (without going under or over)?
What I'm trying to do is set the widths of all my textbox fields to be the maximum length of my data so my report looks nice.
What I'm trying to do is set the widths of all my textbox fields to be the maximum length of my data so my report looks nice.