Page 1 of 1

Line on every page

Posted: Sun May 13, 2007 5:14 am
by isoft
Hi. I have a report with two columns. Is there a way to have a line in the middle of a page and to be repeated on every page? The line should be between the two columns.
I tried putting the line itself, but there's no property PrintOnAllPages for the Line component. I also tried to put the text component in the first column with only the right border turned on, but then the line is also drawn on the right side of the second column.

Is there a way to have a line drawn in the middle of the page on every page?
Thanks!

Line on every page

Posted: Sun May 13, 2007 5:28 am
by Vital
Place to first column text component with only right border. After then add following condition to this component:

Field Is: Expression
Expression: Column > 1
Component Is Enabled: false

Thank you.

Line on every page

Posted: Mon May 14, 2007 6:21 am
by isoft
Thanks for the quick response! This worked great!