This property allows you to specify a rounded radius for the field background in twips.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[CategoryAttribute("Border")]
[DefaultValueAttribute()]
public int BorderRadius { get; set; }
Visual Basic
<CategoryAttribute("Border")> _
<DefaultValueAttribute()> _
Public Property BorderRadius As Integer
	Get
	Set

Remarks

The rounded gradients are not exported correctly to pdf (they are rendered as regular rectangles). If you specify a BorderRadius, LineWidth, and Color, then the field will render a rounded border as well. The rounded border is exported to pdf correctly.

The default value for this property is 0.

See Also