2.293.2 Style.BackgroundGradientEndColor

The Style.BackgroundGradientEndColor element specifies the end color for the background gradient of a report item. This element is optional. If this element is present, its value MUST be an RdlColor value or an expression that evaluates to an RdlColor.

The Style.BackgroundGradientEndColor element is ignored if the sibling element Style.BackgroundGradientType is interpreted as "None". If the grandparent element of the Style.BackgroundGradientEndColor element is a report item and not a Chart, the Style.BackgroundGradientEndColor element is ignored.

If the grandparent element of this element is ChartAxis, Axis, ChartAxisTitle, Title, ChartAxisScaleBreak, MajorGridLines, MinorGridLines, ChartGridLines, ChartTickMarks, LinearGauge, RadialGauge, ScaleRange, ScaleLabels, CustomLabel, CustomLabel.TickMarkStyle, or PinLabel, the Style.BackgroundGradientEndColor element is ignored.

Following is the parent element of the Style.BackgroundGradientEndColor element.

Parent elements

Style

The following is the XML Schema definition of the Style.BackgroundGradientEndColor element.

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