[]
        
(Showing Draft Content)

C1.Report.Section.SplitBehavior

SplitBehavior Property

SplitBehavior

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

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