Hide table borders extending to the next page
Environment
Product | Progress® Telerik® Reporting |
Description
By design, the borders of the Table item will be drawn to the end of the page to indicate that the table is continued to the next page. When the table is paged vertically the vertical borders will be extended to the bottom of the page. When the table is paged horizontally the horizontal borders will be extended to the right end of the page.
In some scenarios, this behavior is not wanted and the borders of the table need to be hidden.
Solution
Open Table item's properties in the report designer and set Style.BorderStyle.Default property to None. In this case, only the borders of each cell (TextBox item) will be visualized.