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