[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.NewColumn

NewColumn Enum

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

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum NewColumn

Fields

Name 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.

Extension Methods