[]
Specifies how an image should be sized within the image report control area.
public enum ImageSizing
| Name | Description |
|---|---|
| AutoSize | Indicates that the image report control should expand or shrink to fit the size of the image. |
| Clip | Indicates that the image should be clipped to fit within the dimensions of the image report control, potentially losing parts of the image. |
| Fit | Indicates that the image should be resized to fit within the dimensions of the image report control, potentially distorting the image's aspect ratio. |
| FitProportional | Indicates that the image should be resized to fit within the dimensions of the image report control while maintaining the image's original aspect ratio. |