ActiveReports 8
BackgroundStyle Enumeration
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : BackgroundStyle Enumeration

Glossary Item Box

Specifies the background style when using the low level page drawing APIs.

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundStyle 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also