Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / BreakAfter Property

In This Topic
    BreakAfter Property (RenderC1Printable)
    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