ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundRepeat Enumeration

In This Topic
    BackgroundRepeat Enumeration
    In This Topic
    Specifies how the background image fills the available space.
    Syntax
    'Declaration
     
    Public Enum BackgroundRepeat 
       Inherits System.Enum
    public enum BackgroundRepeat : System.Enum 
    Members
    MemberDescription
    NoRepeatIndicates that this image is rendered once and does not repeat.
    RepeatIndicates that the image repeats horizontally and vertically in the background.
    RepeatXIndicates that this image repeats horizontally in the background.
    RepeatYIndicates that this image repeats vertically in the background.
    Remarks
    BackgroundRepeat applies only to Rectangle, TextBox, List, Matrix, Table, Body, and Subtotal items.BackgroundRepeat does not apply to Line, Image, Subreport, and Chart items.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.BackgroundRepeat

    See Also