SMART datagrid v.1 >  Reporting >  Classes >  PrintItem
DLReport.PrintItem.maxWidth  property
The maximum display width 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 width of Assigned Area. 
Defaults to undefined.
- Getter
 - function maxWidth(): PrintDimension
 - Setter
 - function setMaxWidth(value: Number|String)
 
- Notes
 - If specify as "%", it will be a relative value to the width of Assigned Area, rather than the relative size to the width of Group or Band containing this item.
 
- See Also
 - minWidth
 - maxHeight
 - minHeight
 - width
 - height
 - top
 - bottom
 - left
 - right
 - Print Items Layout
 - Print Dimension
 - PrintGroupItem
 - PrintItemBand
 
- Examples
 - Hello Report