Specifies types of image sizing.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum ImageSizing |
| Visual Basic |
|---|
Public Enumeration ImageSizing |
Members
| Member name | Description | |
|---|---|---|
| AutoSize | The object should grow/shrink to accommodate the image. | |
| Fit | The object is resized to exactly match the height and width of the image element. | |
| FitProportional | The object should be resized to fit, preserving aspect ratio. | |
| Clip | The object should be clipped to fit. |