Indicates whether the object can be split vertically if it falls on a page break.

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

Syntax

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

See Also