2.295.3 Border.Width

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

The Border.Width element specifies the width of the Border of a report item. The Border.Width element is optional. If this element is present, its value MUST be RdlSize or an expression that evaluates to an RdlSize.

If the Border.Width element is not present, its value is interpreted as 1 pt or the equivalent. The value of this element MUST NOT be a size that is greater than 20 pt or the equivalent. The value of the Border.Width element MUST NOT be a size that is less than 0.25 pt or the equivalent.

Following is the parent element of the Border.Width element.

Parent elements

Border

The following is the XML Schema definition of the Border.Width element.

 <xsd:element name="Width" type="xsd:string" minOccurs="0" />