BackgroundGradientEndColor 屬性
End color for the background gradient.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property BackgroundGradientEndColor As ReportColorProperty
Get
'用途
Dim instance As StyleBase
Dim value As ReportColorProperty
value = instance.BackgroundGradientEndColor
public abstract ReportColorProperty BackgroundGradientEndColor { get; }
public:
virtual property ReportColorProperty^ BackgroundGradientEndColor {
ReportColorProperty^ get () abstract;
}
abstract BackgroundGradientEndColor : ReportColorProperty
abstract function get BackgroundGradientEndColor () : ReportColorProperty