Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Subreport Class / OmitBorderOnPageBreak Property

In This Topic
    OmitBorderOnPageBreak Property (Subreport)
    In This Topic
    Gets or sets a value indicating that the borders should not appear at locations where the subreport spans multiple pages. Also causes repeated background images to continue rather than restart after a page break.
    Syntax
    'Declaration
     
    Public Property OmitBorderOnPageBreak As Boolean
    public bool OmitBorderOnPageBreak {get; set;}
    See Also