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