BackgroundGradientEndColor プロパティ

StyleBase クラスの BackgroundGradientEndColor プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride Property BackgroundGradientEndColor As ReportColor
    Get
    Set
'使用
Dim instance As StyleBaseInstance
Dim value As ReportColor

value = instance.BackgroundGradientEndColor

instance.BackgroundGradientEndColor = value
public abstract ReportColor BackgroundGradientEndColor { get; set; }
public:
virtual property ReportColor^ BackgroundGradientEndColor {
    ReportColor^ get () abstract;
    void set (ReportColor^ value) abstract;
}
abstract BackgroundGradientEndColor : ReportColor with get, set
abstract function get BackgroundGradientEndColor () : ReportColor
abstract function set BackgroundGradientEndColor (value : ReportColor)