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

Merge branch 'master' into develop

This commit is contained in:
Arin Alexander
2017-07-11 12:46:14 +03:00
3 changed files with 8 additions and 2 deletions

View File

@@ -169,6 +169,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);