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
Line on every page
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.
Field Is: Expression
Expression: Column > 1
Component Is Enabled: false
Thank you.
Line on every page
Thanks for the quick response! This worked great!