[]
Specifies how the background image fills the available space.
public enum BackgroundRepeat
BackgroundRepeat applies only to Rectangle, TextBox, List, Matrix, Table, Body, and Subtotal items.BackgroundRepeat does not apply to Line, Image, Subreport, and Chart items.
Name | Description |
---|---|
NoRepeat | Indicates that this image is rendered once and does not repeat. |
Repeat | Indicates that the image repeats horizontally and vertically in the background. |
RepeatX | Indicates that this image repeats horizontally in the background. |
RepeatY | Indicates that this image repeats vertically in the background. |