다음을 통해 공유


BackgroundGradientEndColor 속성

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>)