SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.height  property

The height of the item. 

It can be specified as a string which contains numbers or "in", "mm", "cm" "px" units. If do not specify the unit, it will be considered as pixel. And, it can also be specified as "%", which is the percentage value to the height of Assigned Area

If explicitly set the height by this property value which is not "%", this value will become the height of the item regardless of the calculated height. If it is the case of "%", the height will be determined by the relative value to that height after specifying the assigned area. 

Defaults to undefined.

Getter
function height(): PrintDimension
Setter
function setHeight(value: Number|String)
Notes
See Also
width
top
bottom
left
right
Print Items Layout
Print Dimension
PrintGroupItem
PrintItemBand
Examples
Hello Report