repeatOnEachRow property has been added to DataHeader

This commit is contained in:
Arin Alex
2016-07-27 00:41:24 +03:00
parent 77f6129c1f
commit 8e632855b4
4 changed files with 19 additions and 2 deletions

View File

@@ -401,6 +401,9 @@ void ReportRender::renderDataBand(BandDesignIntf *dataBand)
datasources()->updateChildrenData(dataBand->datasourceName());
m_lastDataBand = dataBand;
if (header && !firstTime && header->repeatOnEachRow())
renderBand(header,StartNewPageAsNeeded);
renderBand(dataBand,StartNewPageAsNeeded,!bandDatasource->hasNext());
renderChildBands(dataBand);