다음을 통해 공유


BackgroundRepeatTypes 열거형

Specifies how a BackgroundImage should fill the available space within its container report item.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Enumeration BackgroundRepeatTypes
‘사용 방법
Dim instance As BackgroundRepeatTypes
public enum BackgroundRepeatTypes
public enum class BackgroundRepeatTypes
type BackgroundRepeatTypes
public enum BackgroundRepeatTypes

멤버

멤버 이름 설명
Default The default behavior, which is the same as Fit within a Chart and Repeat elsewhere.
Repeat The image should repeat both horizontally and vertically to fill the space.
Clip The image should be clipped to the available space.
RepeatX The image should repeat horizontally to fill the space.
RepeatY The image should repeat vertically to fill the space.
Fit The image should stretch to fill the space.