Gets or sets the style of the right border.
Syntax
Property Value
An
ExpressionInfo object that evaluates to a BorderStyle enumeration. Valid values are listed in the table below.
BorderStyle |
Description |
None |
No border line is drawn around the report control. |
Dotted |
A dotted line is drawn around the report control. |
Dashed |
A dashed line is drawn around the report control. |
Solid |
A solid line is drawn around the report control. |
Double |
A double line is drawn around the report control. |
Groove |
A grooved line is drawn around the report control. |
Ridge |
A ridged line is drawn around the report control. |
Inset |
An inset line is drawn around the report control. |
WindowInset |
A Windows-style inset line is drawn around the report control. |
Outset |
An outset line is drawn around the report control. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also