Specifies whether the field should be kept together on a page.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool KeepTogether { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property KeepTogether As Boolean
	Get
	Set

Remarks

If this property is set to true, the control will insert page breaks in order to keep the field contents together on a page.

If it is set to false, and the containing Section also has its KeepTogether property set to false, then the field may be rendered across two or more pages.

The default value for this property is False.

See Also