ActiveReports3 Request technical support
NewColumn Enumeration
See Also  


Specifies whether a new column will be started before or after a section.

Syntax

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

Members

MemberDescription
NoneSections will continue printing in the same column until they've run out of space.
BeforeThe report will break to a new column before each instance of the section.
AfterThe report will break to a new column after each instance of the section.
BeforeAfterThe report will break to a new column before and after each instance of the section.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.NewColumn

See Also