ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorRangeRule Class / EndColor Property

In This Topic
    EndColor Property
    In This Topic
    Defines the end color to be used for the spatial elements. Default value is Red
    Syntax
    'Declaration
     
    Public Property EndColor As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo EndColor {get; set;}
    See Also