Customer is using frame to draw vertical dotted lines by row,
the dotted lines doesn't look consistent, the dots between rows are longer or shorter than others,
I discussed with support and it turns out it's not possible to do this.
The only workaround I can find is to specific a pen width that can divide the row height together with 2.
aka, if row height is 18, then pen width can be 1 or 1.8,
so 18 / 1 / 2 = 9, or 18 / 1.8 / 2 = 5
see attached screencast.
I wonder if it's possible add the capability to draw one single long dotted line accross all rows in the whole page. That could solve this problem.
Components | JasperSoft Studio, JasperReports Server, JasperReports Library |