Compartir a través de


StyleBase.BackgroundGradientEndColor Propiedad

Gets an expression that evaluates to the end color for the background gradient.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property BackgroundGradientEndColor As ReportColorProperty 
    Get
'Uso
Dim instance As StyleBase 
Dim value As ReportColorProperty 

value = instance.BackgroundGradientEndColor
public abstract ReportColorProperty BackgroundGradientEndColor { get; }
public:
virtual property ReportColorProperty^ BackgroundGradientEndColor {
    ReportColorProperty^ get () abstract;
}
abstract BackgroundGradientEndColor : ReportColorProperty
abstract function get BackgroundGradientEndColor () : ReportColorProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the end color for the background gradient.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering