[]
        
(Showing Draft Content)

C1.WPF.Report.ForcePageBreakEnum

ForcePageBreakEnum Enum

Determines whether page breaks should be inserted before or after a field, subsection or section.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public enum ForcePageBreakEnum
Remarks

Use the members of this enumeration to set the value of the ForcePageBreak and ForcePageBreak properties in the FieldBase and Section classes.

Fields

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.