Specifies how a background image should fill the available space.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum BackgroundRepeatType
Visual Basic
Public Enumeration BackgroundRepeatType

Members

Member nameDescription
Default Treated as Fit within Chart and as Repeat elsewhere.
Repeat Repeat the image both horizontally and vertically to fill the available space.
RepeatX Repeat the image horizontally to fill the available space. Not allowed within Chart.
RepeatY Repeat the image horizontally to fill the available space. Not allowed within Chart.
Fit Stretch the image to fill the available space. Allowed only within Chart.
Clip Clip the image to the available space.

See Also