Now, there is no need to write Date and Time explicitly in rml for reports,it can be done directly from .sxw file .One needs to add date/time field from the menu Insert->Fields->Date/Time of .sxw file and rml will take date/time report will be printed.
One can also change format for Date and Time fields , but Additional Formats are still not supported.
Add date and change format
Sxw File Report taken latter
Repeat Table Heading
repeatRows is a attribute of blockTables.It allows to repeat column headers of large table that splits over multiple pages.
For example :
First row of this table will be repeated ,if table will continue to next page.
Here,argument for repeatRows is number and it defines how many rows you want to repeat everytime.If you pass 3 ,it will repeat first 3 rows of table .
One can also defines this from sxw files,while creating new table ,check option for heading,Repeat Heading .







