Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BackgroundImage Class / BackgroundRepeat Property

In This Topic
    BackgroundRepeat Property
    In This Topic
    Gets or sets a value indicating how the background image should fill the available space. BackgroundRepeatType.Default is treated as Fit within Chart and as Repeat elsewhere (unless another default behavior is specified in the definition of the containing element).
    Syntax
    'Declaration
     
    Public Property BackgroundRepeat As RdlEnum(Of BackgroundRepeatType)
    public RdlEnum<BackgroundRepeatType> BackgroundRepeat {get; set;}
    See Also