FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / AllowHorizontalSplitting Property

In This Topic
    AllowHorizontalSplitting Property (BehaviorOptions)
    In This Topic
    Gets or sets a value indicating whether the report content can be split when it is too wide to fit in the horizontal space available on the page.
    Syntax
    'Declaration
     
    Public Property AllowHorizontalSplitting As Boolean
    public bool AllowHorizontalSplitting {get; set;}
    See Also