SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.maxHeight  property

该项目的最大显示高度。 

可以指定为包含数字或"in"、"mm"、"cm"、"px"等单位的字符串。如果没有指定单位,就会看作是pixel。 而且,还可以指定为"%",而这是对分配区域高度的百分比值。 

默认值为undefined.

Getter
function maxHeight(): PrintDimension
Setter
function setMaxHeight(value: Number|String)
Notes
See Also
minHeight
maxWidth
minWidth
width
height
top
bottom
left
right
打印项目布局
打印尺寸
PrintGroupItem
PrintItemBand
Examples
Hello Report