ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / BackgroundStyle Enumeration

In This Topic
    BackgroundStyle Enumeration
    In This Topic
    Specifies the style used to draw the background of an object.
    Syntax
    'Declaration
     
    Public Enum BackgroundStyle 
       Inherits System.Enum
    public enum BackgroundStyle : System.Enum 
    Members
    MemberDescription
    GradientA gradient fill is used for the background.
    PatternA pattern fill is used for the background.
    SolidA solid fill is used for the background.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.BackgroundStyle

    See Also