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

BackgroundStyle Enumeration
Represents the background style when using the lower level page rendering API.
Syntax
'Declaration
 
Public Enum BackgroundStyle 
   Inherits 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