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

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