Specifies whether a new page will be started before or after a section.
| Visual Basic (Declaration) | |
|---|---|
Public Enum NewPage Inherits System.Enum | |
| C# | |
|---|---|
public enum NewPage : System.Enum | |
| Member | Description |
|---|---|
| After | The report will break to a new page after each instance of the section. |
| Before | The report will break to a new page before each instance of the section. |
| BeforeAfter | The report will break to a new page before and after each instance of the section. |
| None | Sections will continue printing on the same page until they've run out of space. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.NewPage
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.Detail~NewPage
ActiveReports6~GrapeCity.ActiveReports.GroupFooter~NewPage
ActiveReports6~GrapeCity.ActiveReports.GroupHeader~NewPage
ActiveReports6~GrapeCity.ActiveReports.ReportFooter~NewPage
ActiveReports6~GrapeCity.ActiveReports.ReportHeader~NewPage