| Visual Basic (Declaration) | |
|---|---|
Public Enum NewColumn Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum NewColumn : Enum | |
| Member | Description |
|---|---|
| None | Sections will continue printing in the same column until they've run out of space. |
| Before | The report will break to a new column before each instance of the section. |
| After | The report will break to a new column after each instance of the section. |
| BeforeAfter | The report will break to a new column before and after each instance of the section. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.NewColumn