ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablix Interface / OmitBorderOnPageBreak Property

In This Topic
    OmitBorderOnPageBreak Property (ITablix)
    In This Topic
    Gets a value indicating whether the borders should not appear at locations where the tablix spans multiple pages. Also causes repeated background images to continue rather than restart after a page break.
    Syntax
    'Declaration
     
    ReadOnly Property OmitBorderOnPageBreak As Boolean
    bool OmitBorderOnPageBreak {get;}

    Property Value

    A System.Boolean value indicating whether to omit borders on page breaks.
    See Also