共用方式為


Style.BackgroundGradientEndColor 屬性

Gets or sets the end color for the background gradient.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property BackgroundGradientEndColor As ReportExpression(Of ReportColor)
    Get 
    Set
'用途
Dim instance As Style 
Dim value As ReportExpression(Of ReportColor)

value = instance.BackgroundGradientEndColor

instance.BackgroundGradientEndColor = value
public ReportExpression<ReportColor> BackgroundGradientEndColor { get; set; }
public:
property ReportExpression<ReportColor> BackgroundGradientEndColor {
    ReportExpression<ReportColor> get ();
    void set (ReportExpression<ReportColor> value);
}
member BackgroundGradientEndColor : ReportExpression<ReportColor> with get, set
function get BackgroundGradientEndColor () : ReportExpression<ReportColor>
function set BackgroundGradientEndColor (value : ReportExpression<ReportColor>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

請參閱

參考

Style 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間