ActiveReports.Viewer3 Request technical support
BackgroundStyle Enumeration
See Also  


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

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BackgroundStyle
C# 
public enum BackgroundStyle : Enum 

Members

MemberDescription
TransparentBackground is transparent, objects in the background will show through.
OpaqueFilled background, objects in the background will not show through.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Document.BackgroundStyle

See Also