Właściwość Style.BackgroundGradientEndColor
Pobiera wyrażenie definiującego koniec kolor tła gradientu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property BackgroundGradientEndColor As ReportColorProperty
Get
'Użycie
Dim instance As Style
Dim value As ReportColorProperty
value = instance.BackgroundGradientEndColor
public override ReportColorProperty BackgroundGradientEndColor { get; }
public:
virtual property ReportColorProperty^ BackgroundGradientEndColor {
ReportColorProperty^ get () override;
}
abstract BackgroundGradientEndColor : ReportColorProperty
override BackgroundGradientEndColor : ReportColorProperty
override function get BackgroundGradientEndColor () : ReportColorProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także