[]
Specifies whether a new page will be started before or after a section.
public enum NewPage
| Name | 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. |