BackgroundGradientEndColor プロパティ
背景のグラデーションの終了色に評価される式を取得します。
名前空間: 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