Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderEmpty Class / RenderEmpty Constructor / RenderEmpty Constructor(BreakEnum)
They type of break that is to be inserted after this object.

In This Topic
    RenderEmpty Constructor(BreakEnum)
    In This Topic
    Initializes a new instance of the RenderEmpty class with a zero height and a specified RenderObject.BreakAfter value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal brk As BreakEnum _
    )
    public RenderEmpty( 
       BreakEnum brk
    )

    Parameters

    brk
    They type of break that is to be inserted after this object.
    See Also