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