ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BackgroundStyle Enumeration

In This Topic
    BackgroundStyle Enumeration
    In This Topic
    Specifies the background style when using the low level page drawing APIs.
    Syntax
    'Declaration
     
    Public Enum BackgroundStyle 
       Inherits System.Enum
    public enum BackgroundStyle : System.Enum 
    Members
    MemberDescription
    OpaqueFilled background, objects in the background will not show through.
    TransparentBackground is transparent, objects in the background will show through.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.BackgroundStyle

    See Also