SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.minHeight  property

The minimum display height of this 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

Defaults to undefined.

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