Specifies whether to insert page breaks before or after the field.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(ForcePageBreakEnum.None)] public ForcePageBreakEnum ForcePageBreak { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(ForcePageBreakEnum.None)> _ Public Property ForcePageBreak As ForcePageBreakEnum Get Set |
Remarks
The default value for this property is ForcePageBreakEnum.None.
Examples
For an example using the ForcePageBreak property, see the Controlling Page Breaks topic.