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

In This Topic
    BreakAfter Property
    In This Topic
    Gets or sets the type of break (none, line, column, or page) to insert after the current object.
    Syntax
    'Declaration
     
    Public Property BreakAfter As BreakEnum
    public BreakEnum BreakAfter {get; set;}
    See Also