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

In This Topic
    HeaderHorz Property (RenderC1Printable)
    In This Topic
    Gets or sets a RenderObject that will be repeated on all "horizontal" pages if the current render area is split horizontally when it is too wide to fit on a single page.
    Syntax
    'Declaration
     
    Public Property HeaderHorz As RenderObject
    public RenderObject HeaderHorz {get; set;}
    Remarks
    The specified render object should not be a child of another render object. It can be a child of the current render area; if it is not, it will be added to the current render area's Children collection.
    See Also