Gets or sets a value determining how the current vector is treated when it is too high (if it is a row) or too wide (if it is a column) to fit in the vertical or horizontal space available on the current page.

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

Syntax

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

See Also