ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / OmitBorderOnPageBreak Property

In This Topic
    OmitBorderOnPageBreak Property (Tablix)
    In This Topic
    Gets or sets a value indicating whether the borders should be omitted at locations where the tablix spans multiple pages.
    Syntax
    'Declaration
     
    Public Property OmitBorderOnPageBreak As Boolean
    public bool OmitBorderOnPageBreak {get; set;}

    Property Value

    A System.Boolean value indicating whether to omit borders on page breaks.
    Remarks
    This also causes repeated background images to continue rather than restart after a page break.
    See Also