[]
Determines whether page breaks should be inserted before or after a field, subsection or section.
public enum ForcePageBreakEnum
Use the members of this enumeration to set the value of the ForcePageBreak and ForcePageBreak properties in the FieldBase and Section classes.
Name | Description |
---|---|
After | A page break is inserted after the field or section. |
Before | A page break is inserted before the field or section. |
BeforeAndAfter | Page breaks are inserted before and after the field or section. |
None | No page breaks. |
PageAfter | In multi-column reports, a page break is inserted after the field or section instead of column break. |
PageBefore | In multi-column reports, a page break is inserted before the field or section instead of column break. |
PageBeforeAndAfter | In multi-column reports, a page break is inserted before and after the field or section instead of column break. |