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.
Indicates how the background image fills the available space.
Syntax
<BackgroundImage>
...
<BackgroundRepeat>...</BackgroundRepeat>
...
</BackgroundImage>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
Repeat |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
None |
Hinweise
The BackgroundRepeat element must contain an expression that evaluates to one of the following values.
| Value | Description |
|---|---|
Repeat |
Repeats the image horizontally and vertically in the background |
NoRepeat |
Displays the image only once; the image does not repeat |
RepeatX |
Repeats the image horizontally in the background |
RepeatY |
Repeats the image vertically in the background |
BackgroundRepeat applies only to rectangle, text box, list, matrix, table, body and subtotal report items.
Siehe auch
Verweis
Report Definition XML Elements