Specifies the border style.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum BorderStyle |
Visual Basic |
---|
Public Enumeration BorderStyle |
Members
Member name | Description | |
---|---|---|
Default | Default. Treated as Solid within Line and as None elsewhere. | |
None | Do not draw a border. | |
Dotted | Dotted line. | |
Dashed | Dashed line. | |
Solid | Solid line. | |
Double | Double solid line. | |
DashDot | Dash-dot line. Allowed only within Chart. | |
DashDotDot | Dash-dot-dot line. Allowed only within Chart. |