QML Reports Items

Frame

Frame is basic container for every printed item

 

Frame properties

Band

Band is used to repeatedly print its Detail for all the data records

Band properties

bool headerOnBreak

var modelData

There more value types that can be assigned to the modelData

  • String: name of table data set to report or parent band current row
  • TreeTable.Table object: JS object from import "qrc:/qf/core/qml/js/treetable.js" as TreeTable not fully implemented yet

bool createFromData

If it is set to true, all the necessary children are created from data supplied by model. Convenient for tables prototyping.

Band {
modelData: "card"
createFromData: true
}