ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / CanSplitVert Property

In This Topic
    CanSplitVert Property
    In This Topic
    Indicates whether the object can be split vertically if it falls on a page break.
    Syntax
    'Declaration
     
    Public Property CanSplitVert As System.Boolean
    public System.bool CanSplitVert {get; set;}
    See Also