ComponentOne VSView Reporting Edition
ForcePageBreak Property (Section)

Returns or sets whether page breaks should be inserted before and/or after the section is rendered.

Syntax

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

vsrAfter

2

A page break is inserted after the section.

vsrBeforeAndAfter

3

Page breaks are inserted before and after the section.

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