次の方法で共有


StyleBaseInstance.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)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
BackgroundGradientEndColor プロパティの計算値を表す ReportColor 値。

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間