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

BackgroundGradientType Element (RDL)

SQL Server 2005

Specifies the type of background gradient.


<Style>
    ...
    <BackgroundGradientType>...</BackgroundGradientType>
    ...
</Style>

Characteristic Description

Data type and length

String

Default value

None

Cardinality

0-1: Optional element that can occur once or not at all.

Relationship Element

Parent element

Style

Child element

None

The BackgroundGradientType element contains an expression that evaluates to one of the following strings:

  • None
  • LeftRight
  • TopBottom
  • Center
  • DiagonalLeft
  • DiagonalRight
  • HorizontalCenter
  • VerticalCenter

BackgroundGradientType applies only to chart, plot area, and legend report items.

If BackgroundGradientType is omitted, the item has no background gradient.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.