次の方法で共有


BackgroundGradientEndColor プロパティ

背景のグラデーションの終了色に評価される式を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property BackgroundGradientEndColor As ReportColorProperty
    Get
'使用
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