Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies where a BackgroundImage should be drawn if the value of the BackgroundRepeat property is set to Clip.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration BackgroundPositions
'Usage
Dim instance As BackgroundPositions
public enum BackgroundPositions
public enum class BackgroundPositions
type BackgroundPositions
public enum BackgroundPositions
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Bottom | Specifies that the BackgroundImage should be drawn at the bottom center of the containing report item. | |
| BottomLeft | Specifies that the BackgroundImage should be drawn at the bottom left of the containing report item. | |
| BottomRight | Specifies that the BackgroundImage should be drawn at the bottom right of the containing report item. | |
| Center | Specifies that the BackgroundImage should be drawn at the center of the containing report item. | |
| Default | Specifies the default position of the BackgroundImage, which is the same as Center. | |
| Left | Specifies that the BackgroundImage should be drawn at center left of the containing report item. | |
| Right | Specifies that the BackgroundImage should be drawn at the center right of the containing report item. | |
| Top | Specifies that the BackgroundImage should be drawn at the top center of the containing report item. | |
| TopLeft | Specifies that the BackgroundImage should be drawn at the top left of the containing report item. | |
| TopRight | Specifies that the BackgroundImage should be drawn at the top right of the containing report item. |