PDA

Click to See Complete Forum and Search --> : [RESOLVED] Details Row separated by lines


riteshjain1982
Apr 25th, 2008, 12:53 PM
I have simple CR and data coming from one tables only.All fields are text and has "can grow" property true.For each record (row) to be separated by Line i inserted line object,Now problem come when any field's data can not be fit in designed column width and it grow to next line,in this case Line object intersect the text.So is it possible to configure the line object to shift automatically.

riteshjain1982
Apr 25th, 2008, 03:21 PM
Found the solution,Just set "ExtendToBottomOfSection" property on lineobject to true and it worked.