[]
Gets or sets a style of the right border.
[ExpressionBaseType(typeof(BorderDrawingStyle))]
public ExpressionInfo Right { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object evaluating to a BorderDrawingStyle value for the right border. |
Default value is None. Valid values are listed in the table below.
BorderStyle | Description |
---|---|
None | No border line is drawn around the report item. |
Dotted | A dotted line is drawn around the report item. |
Dashed | A dashed line is drawn around the report item. |
Solid | A solid line is drawn around the report item. |
Double | A double line is drawn around the report item. |
Groove | A grooved line is drawn around the report item. |
Ridge | A ridged line is drawn around the report item. |
Inset | An inset line is drawn around the report item. |
WindowInset | A Windows-style inset line is drawn around the report item. |
Outset | An outset line is drawn around the report item. |
DashDot | A line of alternating dashes and dots is drawn around the report item. |
DashDotDot | A line of alternating dashes and double-dots is drawn around the report item. |