| Visual Basic (Declaration) | |
|---|---|
Public Enum BackgroundStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum BackgroundStyle : Enum | |
| Member | Description |
|---|---|
| Transparent | Background is transparent, objects in the background will show through. |
| Opaque | Filled background, objects in the background will not show through. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Document.BackgroundStyle