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

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

Syntax

C#
[DefaultValueAttribute(KeepTogetherEnum.KeepNothing)]
public KeepTogetherEnum KeepTogether { get; set; }
Visual Basic
<DefaultValueAttribute(KeepTogetherEnum.KeepNothing)> _
Public Property KeepTogether As KeepTogetherEnum
	Get
	Set

Remarks

The default value for this property is KeepTogetherEnum.KeepNothing.

See Also