GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : NewColumn Enumeration |
'Declaration Public Enum NewColumn Inherits System.Enum
public enum NewColumn : System.Enum
Member | Description |
---|---|
After | The 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. |
BeforeAfter | The 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.NewColumn
GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Detail~NewColumn
ActiveReports6~GrapeCity.ActiveReports.GroupFooter~NewColumn
ActiveReports6~GrapeCity.ActiveReports.GroupHeader~NewColumn