Gets or sets a value indicating how the background image should fill the available space. Default is treated as Fit within Chart and as Repeat elsewhere (unless another default behavior is specified in the definition of the containing element).

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

Syntax

C#
public RdlEnum<BackgroundRepeatType> BackgroundRepeat { get; set; }
Visual Basic
Public Property BackgroundRepeat As RdlEnum(Of BackgroundRepeatType)
	Get
	Set

See Also