Gets or sets a value determining how a table row is treated when it is too high to fit in the vertical space available on the current page. (you can override this value for individual rows using SplitBehavior property).

The default is Never.

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

Syntax

C#
public SplitBehaviorEnum RowsSplitBehavior { get; set; }
Visual Basic
Public Property RowsSplitBehavior As SplitBehaviorEnum
	Get
	Set

See Also