[]
        
(Showing Draft Content)

C1.Report.FieldBase.SplitVertBehavior

SplitVertBehavior Property

SplitVertBehavior

Gets or sets a value determining how the object is treated when it is too high to fit in the vertical space available on the current page.

Declaration
[C1Category("Behavior")]
[C1Description("FieldBase.SplitVertBehavior", "Determines how the object is treated when it is too high to fit in the vertical space available on the current page.")]
public SplitBehavior SplitVertBehavior { get; set; }
<C1Category("Behavior")>
<C1Description("FieldBase.SplitVertBehavior", "Determines how the object is treated when it is too high to fit in the vertical space available on the current page.")>
Public Property SplitVertBehavior As SplitBehavior
See Also