ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationEntry Class / Message Property

In This Topic
    Message Property (ValidationEntry)
    In This Topic
    Gets the user-friendly message for the validation entry.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    public string Message {get;}

    Property Value

    A System.String value indicating the message to display for the validation entry.
    See Also