Line on every page

Stimulsoft Reports.NET discussion
Post Reply
isoft
Posts: 55
Joined: Fri Sep 08, 2006 9:33 am
Location: Croatia

Line on every page

Post 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!
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Line on every page

Post 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.
isoft
Posts: 55
Joined: Fri Sep 08, 2006 9:33 am
Location: Croatia

Line on every page

Post by isoft »

Thanks for the quick response! This worked great!
Post Reply