-
1. Re: Growth Details Band
Eddie Lotter May 27, 2014 7:41 AM (in response to iccsi)iccsi wrote:
I have a comments field from query result for report data source.
Because it is a navrchar(max) field, the result can be shorter or longer based on the data users entered.
I would like to have the text field and details band growth base on the data.
Are there any property to change it at run time or I need write UDF to do the task?
Make the comment field's height equal to one line's height, then set its "Stretch with Overflow" property to "True".
It is very important to set the "Position Type" property to "Floating" for every object below the comments field so that if the comments field grows then the floating objects will be moved down accordingly.
I recommend that you create a small test report to play around with the settings until you get a feel for how it all works.
-
2. Re: Growth Details Band
iccsi May 27, 2014 2:59 PM (in response to Eddie Lotter)Thanks a million for the information and help,
Regards,
Iccsi

