Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the behavior of an Image if the actual image does not fit within the specified size of the image as denoted by Height and Width.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration Sizings
'Usage
Dim instance As Sizings
public enum Sizings
public enum class Sizings
type Sizings
public enum Sizings
Members
| Member name | Description | |
|---|---|---|
| AutoSize | Specifies that the border of the Image should grow/shrink to accommodate the dimensions of the actual image. | |
| Clip | Specifies that the actual image should clip to fit the dimensions of the Image. | |
| Fit | Specifies that the actual image is resized to exactly match both the Height and Width dimensions. | |
| FitProportional | Specifies that the actual image should resize to fit within the Image dimensions, while preserving aspect ratio. |