Перечисление Image.Sizings
Defines the sizing behavior for an image.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Enumeration Sizings
'Применение
Dim instance As Image.Sizings
public enum Sizings
public enum class Sizings
type Sizings
public enum Sizings
Элементы
| Имя элемента | Описание | |
|---|---|---|
| AutoSize | Borders grow and shrink to accommodate the image. | |
| Fit | The image is resized to match the size of the image element. | |
| FitProportional | The image is resized to fit, preserving the aspect ratio. | |
| Clip | The image is clipped to fit. |