Gets or sets a value indicating whether the current group can split between pages. The default is true.

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

Syntax

C#
[ObsoleteAttribute("Use SplitBehavior instead")]
public bool CanSplit { get; set; }
Visual Basic
<ObsoleteAttribute("Use SplitBehavior instead")> _
Public Property CanSplit As Boolean
	Get
	Set

See Also