Shading evry second line in DETAIL band
Posted on May 12, 2017 at 12:06pm
My user wants every second line in DETAIL band shaded. Any one have any clue how to do this?
Joined: Mar 15 2013 - 12:17pm
Last seen: 4 years 4 months ago
Posted on May 12, 2017 at 4:32pm
Joined: Mar 7 2010 - 9:45pm
Last seen: 1 week 1 day ago
Posted on May 15, 2017 at 8:22am
I found an even easier way to do this:
1- create a rectangle around the area to be shaded.
2- push rectangle to the back of the band
3- create a 'PRINT WHEN TEXT EXPRESSION' for the band. Use the following:
new Boolean($V{PAGE_COUNT}.intValue()%2==0)
Joined: Mar 15 2013 - 12:17pm
Last seen: 4 years 4 months ago
Posted on May 15, 2017 at 3:21pm
Be sure to set Stretch Type property to "Relative to Band Height" when using jkeri's method. :-)
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago