ComponentOne VSView Reporting Edition
ForcePageBreak Property (Field)

Returns or sets whether to insert page breaks before or after the field.

Syntax

field.ForcePageBreak[ = BreakSettings ]

Remarks

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).

 

Data Type

BreakSettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback