I have a report that has textboxes and subreports on the detail line
I am trying to make all these boxes the same height, I have a textbox where the data will wrap and i want to make all the other items on the detail line the same height as this box. the main problem that i'm having is setting the height on the textboxes on the sub reports. The sub report also includes a cross tab table.
at runtime when on the Item databound the height of the item is only giving the default value not the height it has growen to during the wrap.
is there any way to get the actual height from the textbox?
Thanks
I am trying to make all these boxes the same height, I have a textbox where the data will wrap and i want to make all the other items on the detail line the same height as this box. the main problem that i'm having is setting the height on the textboxes on the sub reports. The sub report also includes a cross tab table.
at runtime when on the Item databound the height of the item is only giving the default value not the height it has growen to during the wrap.
is there any way to get the actual height from the textbox?
Thanks