| Visual Basic (Declaration) | |
|---|---|
Public Enum ColumnDirection Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ColumnDirection : Enum | |
| Member | Description |
|---|---|
| DownAcross | Prints a column of details down the first column before moving on to the next column to its right. |
| AcrossDown | Print a row of details across all the columns before beginning a second row below it, and so on. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.ColumnDirection