ReportPicture.Stretch

From Xojo Documentation

Property (As Boolean )
aReportPicture.Stretch = newBooleanValue
or
BooleanValue = aReportPicture.Stretch

Supported for all project types and targets.

If True, the image will be stretched to fill the interior of the control or scaled to fit the entire ReportPicture.

Notes

If the image is larger than the control, it will be reduced to fit inside the control. If the aspect ratio of the image does not match that of the control, it will appear distorted. The default is True.