0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Subdetail headers render for column mode has been fixed

This commit is contained in:
Arin Alexander
2017-07-11 12:44:52 +03:00
parent 02d9213edf
commit c6d5e23ddf
3 changed files with 8 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ public:
virtual bool isHeader() const {return false;}
virtual bool isGroupHeader() const {return false;}
virtual bool isData() const {return false;}
virtual int bandNestingLevel(){return 0;}
bool isBand(){return true;}
void setTryToKeepTogether(bool value);