Gets or sets a value indicating whether table rows can split between pages (you can override this value for individual rows using CanSplit property). The default is false.

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

Syntax

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

See Also