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

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