[]
        
(Showing Draft Content)

C1.Report.FieldBase.SplitHorzBehavior

SplitHorzBehavior Property

SplitHorzBehavior

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

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