Skip to main content

TCustomdxGraphicReportLink.Proportional Property

Specifies how the image in a report is changed proportionally (without being distorted) so that it fits the bounds of the image control.

Declaration

property Proportional: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Proportional property to True to ensure that the image in a report can be fully displayed in the image control without any distortion such as occurs with the Stretch property. When the Proportional property is set to True, images that are too large to fit in the image control are scaled down (while keeping the same aspect ratio) until they fit in the image control. Images that are too small are displayed normally. That is, the Proportional property can reduce the magnification of the image, but can’t increase it. When the image control resizes, the image resizes also.

The default value of the Proportional property is False.

See Also