When having a DataBand, I want a horizontal line between each row, but not above the first row and below the last row. There's no "in-between" border setting. How can I do this? Using a condition to select a different style for the last row of the DataBand? How would the expression need to look like in this case?
Another DataBand I use has two columns. I would like to have a border above and under each column:
Code: Select all
head1 head2 head1 head2
-------------------- --------------------
field1 field 2 field1 field 2
field1 field 2 field1 field 2
field1 field 2 field1 field 2
-------------------- --------------------
Thx,
Tobias