SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.minWidth  property

该项目的最小显示宽度。 

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

默认值为undefined.

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