BackgroundRepeat Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Indicates how the background image fills the available space.
Datatype Characteristics
Characteristic | Description |
---|---|
Data type and length |
String |
Default value |
Repeat |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
The BackgroundRepeat element must contain an expression that evaluates to one of the following values.
Value | Description |
---|---|
Repeat (Default) |
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, Textbox, Tablix, and Body report items.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Working with Report Items
Adding an Image to a Report