2.295 Border

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The Border element specifies the default border properties for a report item. This element is ignored if it applies to Paragraph, TextRun, ChartAxisTitle, Title, LinearGauge, RadialGauge, Thermometer, PointerCap, ScaleLabels, PinLabel, or FrameBackground.

The following are the parent and child elements of the Border element.

Parent elements

Style

Child elements

Border.Color

Border.Style

Border.Width

The following is the XML Schema definition of the Border element in RDL 2008/01.

 <xsd:complexType name="BorderType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Color" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the Border element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="BorderType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Color" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="xsd:string" minOccurs="0" />
     <xsd:element name="Width" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>