mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
#IS_FIRST_PAGEFOOTER has been fixed
This commit is contained in:
commit
2338c9d8b7
@ -1260,9 +1260,8 @@ void ReportRender::moveTearOffBand(){
|
||||
void ReportRender::savePage(bool isLast)
|
||||
{
|
||||
|
||||
|
||||
m_datasources->setReportVariable("#IS_LAST_PAGEFOOTER",isLast);
|
||||
m_datasources->setReportVariable("#IS_FISRT_PAGEFOOTER",m_datasources->variable("#PAGE").toInt()==1);
|
||||
m_datasources->setReportVariable("#IS_FIRST_PAGEFOOTER",m_datasources->variable("#PAGE").toInt()==1);
|
||||
|
||||
renderPageItems(m_patternPageItem);
|
||||
checkFooterGroup(m_lastDataBand);
|
||||
|
Loading…
Reference in New Issue
Block a user