ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale Class / NoDataText Property

In This Topic
    NoDataText Property (MapColorScale)
    In This Topic
    Gets or sets the label to be used for colors with no data values. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property NoDataText As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo NoDataText {get; set;}
    See Also