Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.41 KB

borders-style-is-not-applied.md

File metadata and controls

45 lines (32 loc) · 1.41 KB
title description type page_title slug res_type
Border's styles are not applied.
Learn why the Border's styles may not be respected and how to overcome this problem in Telerik Reporting.
troubleshooting
Changing the Border's styles has no effect
borders-style-is-not-applied
kb

Environment

Product Progress® Telerik® Reporting

Description

In this article we will discuss possible solutions for when the Borders' styles set in the item's Styles properties are not respected.

Possible Cause

The most common reason is that the BorderStyle and BorderWidth properties of the report item are set to conflicting values, for example:

BorderStyle: Solid

BorderWidth: 0px

This can produce unexpected result in some rendering formats.

Solution

  • To hide the border, set BorderStyle=None. Otherwise, the width of the border needs to be of value that is greater than 0.
  • To set the width of the border, use BorderStyle=Solid (or all other options except "None") and specify the required value for BorderWidth property.

See Also

  • [Using Styles to Customize Reports]({%slug telerikreporting/designing-reports/styling-reports/using-styles-to-customize-reports%})
  • [Style Inheritance and Overriding]({%slug telerikreporting/designing-reports/styling-reports/style-inheritance-and-overriding%})