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

In This Topic
    NoDataText Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo NoDataText {get; set;}
    See Also