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

BorderColor Element

SQL Server 2000

BorderColor Element

Specifies the color of the border of the item.

<Style>
   <BorderColor>
      <Default>...</Default>
      <Left>...</Left>
      <Right>..</Right>
      <Top>...</Top>
      <Bottom>..</Bottom>
   </BorderColor>
   ...
</Style>
Element Characteristics

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

Element Relationships

Relationship Element
Parent element Style
Child elements Bottom, Default, Left, Right, Top

Remarks

The BorderColor element applies to the items line, rectangle, text box, image, subreport, list, matrix, table, chart, body, subtotal, title, and legend. The items line, chart, title, and legend do not support the child Left, Right, Top and Bottom elements; these items can have only the child Default element.

See Also

Report Definition XML Elements

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