ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundImage Class / BackgroundRepeat Property

In This Topic
    BackgroundRepeat Property (BackgroundImage)
    In This Topic
    Gets or sets a value indicating how the background image repeats to fill the available space: vertically (RepeatY), horizontally (RepeatX), both (Repeat), or neither (NoRepeat).
    Syntax
    'Declaration
     
    Public Property BackgroundRepeat As ExpressionInfo
    public ExpressionInfo BackgroundRepeat {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object evaluating to a BackgroundRepeat enumeration.
    Remarks

    Valid values are listed in the table below.

    Enumerated Value Description
    Repeat An image repeats horizontally and vertically in the background.
    NoRepeat An image is rendered once and does not repeat.
    RepeatX An image repeats horizontally in the background.
    RepeatY An image repeats vertically in the background.
    See Also