How do you create a report with table like data?
I was able to create a report with details below. It arranges the data in a table-like structure.
&
<textField>
<reportElement x="29" y="17" width="100" height="20"/>
<box>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement/>
<textFieldExpression><![CDATA[$F{field}]]></textFieldExpression>
</textField>
In iReport you can use "Padding And Borders" context menu.
In Jaspersoft Studio you can set borders with help of Properties dialog (tab Borders).