Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Defines the sizing behavior for an image.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration Sizings
'Usage
Dim instance As Image.Sizings
public enum Sizings
public enum class Sizings
type Sizings
public enum Sizings
Members
| Member name | Description | |
|---|---|---|
| AutoSize | Borders grow and shrink to accommodate the image. | |
| Clip | The image is clipped to fit. | |
| Fit | The image is resized to match the size of the image element. | |
| FitProportional | The image is resized to fit, preserving the aspect ratio. |