ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorRule Class / ShowInColorScale Property

In This Topic
    ShowInColorScale Property
    In This Topic
    Gets or sets if the data field should be shown in the color scale. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property ShowInColorScale As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ShowInColorScale {get; set;}
    See Also