ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / BackgroundGradientEndColor Property

In This Topic
    BackgroundGradientEndColor Property
    In This Topic
    Gets or sets the end color for the background gradient.
    Syntax
    'Declaration
     
    Public Property BackgroundGradientEndColor As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo BackgroundGradientEndColor {get; set;}
    Remarks
    If this value is omitted, there is no gradient.
    See Also