TdxLayoutControlReportLinkOptionsSize.AutoWidth Property
Specifies whether the layout control’s printed version is automatically adjusted to fit the printed page’s width.
Declaration
property AutoWidth: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the AutoWidth property value is True, the printed layout control will always fit the printed page in width (note that the printed page width excludes the left and right margins). If you want the control to be printed as-is, set the AutoWidth property to False. In this case, the control may occupy several pages in width.
The default value of the AutoWidth property is True.
See Also