Skip to main content

TCustomdxGraphicReportLink.Stretch Property

Specifies whether the image in a report is changed so that it exactly fits the bounds of the image control containing it.

Declaration

property Stretch: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Stretch property to True to have the image resize itself to match the size of its image control. When the image control resizes, the image resizes also. The Stretch property resizes the height and width of the image independently of each other. Thus, unlike a simple change in magnification such as occurs using the Proportional property (the ratios are maintained), Stretch can distort the image if the image control is not the same shape as the image (as the ratios may not be maintained).

The default value of the Stretch property is False.

See Also