Gets or sets a value indicating whether the current vector (row or column) can split between pages. The default value is false.

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