[]
Specifies a style of the border on a report item.
public enum BorderDrawingStyle
| Name | Description |
|---|---|
| DashDot | Indicates a DashDot border line. |
| DashDotDot | Indicates a DashDotDot border line. |
| Dashed | Indicates a dashed border line. |
| Dotted | Indicates a dotted border line. |
| Double | Indicates a double border line. |
| Groove | Indicates a grooved border line. |
| Inset | Indicates an inset border line. |
| None | Indicates no border line. |
| Outset | Indicates an outset border line. |
| Ridge | Indicates a ridged border line. |
| Solid | Indicates a solid border line. |
| WindowInset | Indicates a Windows-style inset border line. |