ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ShowInColorScale {get; set;}
    See Also