Positions 열거형
Specifies where a BackgroundImage is drawn when BackgroundRepeat()()()() is set to Clip.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Enumeration Positions
‘사용 방법
Dim instance As Positions
public enum Positions
public enum class Positions
type Positions
public enum Positions
멤버
멤버 이름 | 설명 | |
---|---|---|
Default | The default position of the BackgroundImage, which is the same as Center. | |
Top | The BackgroundImage should be drawn at the top center of the containing report item. | |
TopLeft | The BackgroundImage should be drawn at the top left of the containing report item. | |
TopRight | The BackgroundImage should be drawn at the top right of the containing report item. | |
Left | The BackgroundImage should be drawn at center left of the containing report item. | |
Center | The BackgroundImage should be drawn at the center of the containing report item. | |
Right | The BackgroundImage should be drawn at the center right of the containing report item. | |
BottomRight | The BackgroundImage should be drawn at the bottom right of the containing report item. | |
Bottom | The BackgroundImage should be drawn at the bottom center of the containing report item. | |
BottomLeft | The BackgroundImage should be drawn at the bottom left of the containing report item. |