ActiveReports 8
NewColumn Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : NewColumn Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum NewColumn 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Detail~NewColumn
ActiveReports6~GrapeCity.ActiveReports.GroupFooter~NewColumn
ActiveReports6~GrapeCity.ActiveReports.GroupHeader~NewColumn