Condividi tramite


Proprietà StyleBase.BackgroundGradientEndColor

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property BackgroundGradientEndColor As ReportColorProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

StyleBase Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering