Expand Minimize
This topic has not yet been rated - Rate this topic

Default Element (BorderWidth)

SQL Server 2000

Default Element (BorderWidth)

Specifies the default width of the border of the item.

<BorderWidth>
   <Default>...</Default>
   ...
</BorderWidth>
Element Characteristics

Characteristic Description
Data type and length String
Default value 1pt
Cardinality 0-1: Optional element that can occur once or not at all

Element Relationships

Relationship Element
Parent element BorderWidth
Child element None

Remarks

Default contains an expression that evaluates to a string that contains a number (with a period character used as an optional decimal separator). The number must be followed by a designator for a CSS length unit such as cm, mm, in, pt, or pc. A space between the number and the designator is optional. For more information about size designators, see this Microsoft Web site. The value for the Default element must be between .25pt and 20pt.

The Default element can be overridden for a specific side through the Left, Right, Top, or Bottom elements. If borders overlap, the width of the border is determined by the rendering extension.

See Also

Report Definition XML Elements

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.