TdxCustomContainerReportLinkOptionsItemPlace.ShrinkWidth Property
Specifies whether the width of the printed component is shrunk within a report to match the component content width.
Declaration
property ShrinkWidth: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the ShrinkWidth property to specify whether the printed component width is shrunk within a report to match the component content width.
The default value of the ShrinkWidth property is False.
See Also