Border's styles are not applied.
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.