Właściwość StyleInstance.BackgroundGradientEndColor
Pobiera wartość obliczoną BackgroundGradientEndColor właściwość w Style klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides Property BackgroundGradientEndColor As ReportColor
Get
Set
'Użycie
Dim instance As StyleInstance
Dim value As ReportColor
value = instance.BackgroundGradientEndColor
instance.BackgroundGradientEndColor = value
public override ReportColor BackgroundGradientEndColor { get; set; }
public:
virtual property ReportColor^ BackgroundGradientEndColor {
ReportColor^ get () override;
void set (ReportColor^ value) override;
}
abstract BackgroundGradientEndColor : ReportColor with get, set
override BackgroundGradientEndColor : ReportColor with get, set
override function get BackgroundGradientEndColor () : ReportColor
override function set BackgroundGradientEndColor (value : ReportColor)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości BackgroundGradientEndColor właściwość.
Zobacz także