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