StyleInstance.BackgroundGradientEndColor プロパティ
Style クラスの BackgroundGradientEndColor プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides Property BackgroundGradientEndColor As ReportColor
Get
Set
'使用
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)
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
BackgroundGradientEndColor プロパティの計算値を表す ReportColor 値。