ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / NewColumn Enumeration

In This Topic
    NewColumn Enumeration
    In This Topic
    Specifies whether a new column will be started before or after a section.
    Syntax
    'Declaration
     
    Public Enum NewColumn 
       Inherits System.Enum
    public enum NewColumn : System.Enum 
    Members
    MemberDescription
    AfterThe report will break to a new column after each instance of the section.
    Before

    The report will break to a new column before each instance of the section.

    BeforeAfterThe report will break to a new column before and after each instance of the section.
    None

    Sections will continue printing in the same column until they've run out of space.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.NewColumn

    See Also