Reporting

Specifies the type of a border.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum BorderType
Visual Basic
Public Enumeration BorderType

Members

Member nameValueDescription
None1 No line.
Dotted2 A dotted line.
Dashed3 A dashed line.
Solid4 A solid line.
Double5 A double solid line.
Groove6 A grooved line for a sunken border appearance.
Ridge7 A ridged line for a raised border appearance.
Inset8 An inset line for a sunken item appearance.
Outset9 An outset line for a raised item appearance.

Version Information

Supported in: 1.0.1

See Also