Determines whether page breaks should be inserted before or after a field or section.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum ForcePageBreakEnum |
| Visual Basic |
|---|
Public Enumeration ForcePageBreakEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No page breaks. | |
| Before | A page break is inserted before the field or section. | |
| After | A page break is inserted after the field or section. | |
| BeforeAndAfter | Page breaks are inserted before and after the field or section. | |
| PageBefore | In multi-column reports, a page break is inserted before the field or section instead of column break. | |
| PageAfter | In multi-column reports, a page break is inserted after the field or section instead of column break. |
Remarks
Use the members of this enumeration to set the value of the ForcePageBreak and
ForcePageBreak properties in the Field and Section classes.