i have some content in the report header of the subreport.
header looks something like as bellow--
-----------------------------------------------------------------------------------------
REPORT NAME
-----------------------------------------------------------------------------------------
address line1 Orderno- 1233 Contactname: abc
address line2 Ref#1 : xyx Team: A
state Ref#2 : abc Date
city
Zip
----------------------------------------------------------------------------
Now my problem is that the value of Ref#1 and Ref#2 can be of 50 characters long. so i have to put them in textbox and set "Can grow". And i have to put extra section between ref#1 and Ref#2 fields.But if i do that there will be gap "address line2" and state on left side. And also a gap in "team " and "date" on right side.
If i put "Ref#1 : xyx " and "Ref#2 : abc" in one text box and make it can grow
then alignment will not be maintained. i want out put as--
Ref#1: ssdsadasdasdadf
asdasdasdasdasf
asdasdasdasdasd.
Ref#2: sdfsfsdfsdfsdfsdfs
sdfsdfsdfsdfsdfsfd
dfssdfsdfsdfsdfsd
Edited by abhijeetp - 12 Jun 2008 at 2:25am