Style.BackgroundGradientEndColor 属性

Gets an expression that evaluates to the end color for the background gradient.

命名空间:  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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the end color for the background gradient.

请参阅

参考

Style 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间