FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SplitBehavior Enumeration

In This Topic
    SplitBehavior Enumeration
    In This Topic
    Defines the splitting behavior of a report object.
    Syntax
    'Declaration
     
    Public Enum SplitBehavior 
       Inherits System.Enum
    public enum SplitBehavior : System.Enum 
    Members
    MemberDescription
    KeepTogetherThe object can be split only if it is too large to fit on an empty page. In that case, the object is split immediately. Otherwise, a new page is started and the object is placed on it without splitting.
    NeverThe object should not be split between pages (i.e. should always be kept together on a single page), object is cut off if it not fit the page.
    SplitIfNeededThe object can be split if it does not fit onto the current page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexReport.SplitBehavior

    See Also