SMART datagrid v.1 > Reporting > Classes
The base class of Group Item which arranges one or more Print Items respectively in a special way.
In order to arrange Print Items added through items property, each Group Item creates the necessary cells internally. And, it arranges Print Item in each cell according to the location and size property, etc. Basically, the cells will be created as much as the number of added items, but in the case of PrintTile, it will create the cells in advance as much as the number set in rows and cols.
You can specify the basic property of the contained items through itemStyles or itemTop property.