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

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

Syntax

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

Remarks

The Group and Field objects also have KeepTogether properties.

The Group object's KeepTogether property works across sections. It determines whether group headers should be kept together with their first detail section or whether entire groups should be kept together on a page.

The Field object's KeepTogether property determines whether the field should be rendered on a single page or whether it is allowed to be split across page breaks.

The default value for this property is True.

See Also