2.298.2 BorderWidth.Default

Applies to RDL 2003/10 and RDL 2005/01

The BorderWidth.Default element specifies the width of all borders of a report item (unless the width is overridden for a specific side). Borders SHOULD be centered on the edge of the report item. This element is optional.

If this element is present, its value MUST be an RdlSize or an expression that evaluates to an RdlSize. The RdlSize value MUST NOT be less than 0.25 pt or the equivalent, and it MUST NOT exceed 20 pt or the equivalent.

If this element is not present, its value is interpreted as 1 pt.

Following is the parent element of the BorderWidth.Default element.

Parent elements

BorderWidth

The following is the XML Schema definition of the BorderWidth.Default element.

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