Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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