Override this method to perform additional actions when value of the SplitVertBehavior property of object is being defined.

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

Syntax

C#
protected virtual void SetSplitVertBehavior(
	SplitBehaviorEnum value
)
Visual Basic
Protected Overridable Sub SetSplitVertBehavior ( _
	value As SplitBehaviorEnum _
)

See Also