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

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