Share via


Image.Sizings 열거형

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.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  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 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 This specifies that the actual image should resize to fit within the Image dimensions, while preserving aspect ratio.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스