Use a report template to display a line after each row.
I have made a template with the bare minimum to show how easy it is to make your own.
Template definition.
Before rows: <div #REPORT_ATTRIBUTES# >
Column template: <div name="#COLUMN_HEADER#">#COLUMN_VALUE# </div >
After each row: < HR>
After rows: </div >