2.295.2 Border.Style
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The Border.Style element specifies the style of a Border element. The Border.Style element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:
Default: Specifies the default style for a Border element, which is the same as "Solid" if the Border element is in a Line element and which is "None" otherwise.
None: Specifies that no border is drawn.
Dotted: Specifies a dotted line for a border.
Dashed: Specifies a dashed line for a border.
Solid: Specifies a solid line for a border.
Double: Specifies a double solid line for a border.
DashDot: Specifies a dash-dot pattern line for a border. This value is permitted only within a Chart element.
DashDotDot: Specifies a dash-dot-dot pattern line for a border. This value is permitted only within a Chart element.
If the Border.Style element is not present, its value is interpreted as "Default".
Following is the parent element of the Border.Style element.
Parent elements |
---|
Border |
The following is the XML Schema definition of the Border.Style element.
-
<xsd:element name="Style" type="xsd:string" minOccurs="0" />