ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BackgroundStyle Enumeration

In This Topic
    BackgroundStyle Enumeration
    In This Topic
    Represents the background style when using the lower level page rendering API.
    Syntax
    'Declaration
     
    Public Enum BackgroundStyle 
       Inherits System.Enum
    public enum BackgroundStyle : System.Enum 
    Members
    MemberDescription
    OpaqueFill the background. Objects in the background are transparent.
    TransparentThe background becomes transparent. Objects in the background can be seen through.
    Inheritance Hierarchy

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

    See Also