SMART datagrid v.1 > Reporting > Classes > PrintItem
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