VSView Reporting Edition Reference > Field Object > Field Properties > ForcePageBreak Property (Field) |
Returns or sets whether to insert page breaks before or after the field.
field.ForcePageBreak[ = BreakSettings ]
The settings for the ForcePageBreak property are described below:
Constant |
Value |
Description |
vsrNone |
0 |
No page breaks. |
vsrBefore |
1 |
A page break is inserted before the field. |
vsrAfter |
2 |
A page break is inserted after the field. |
vsrBeforeAndAfter |
3 |
Page breaks are inserted before and after the field. |
vsrForcePage |
256 |
In multi-column reports, use page breaks instead of column breaks (this value is a flag that may be combined with any of the other settings). |
BreakSettings (Enumeration)